Home
last modified time | relevance | path

Searched refs:GetAuthContextEager (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DServerCallContext.cs67 this.authContext = new Lazy<AuthContext>(GetAuthContextEager); in ServerCallContext()
215 private AuthContext GetAuthContextEager() in GetAuthContextEager() method in Grpc.Core.ServerCallContext