Searched refs:testingOnlyAuthContextGetter (Results 1 – 1 of 1) sorted by relevance
43 private readonly Func<AuthContext> testingOnlyAuthContextGetter; field in Grpc.Core.ServerCallContext57 …Func<string> testingOnlyPeerGetter, Func<AuthContext> testingOnlyAuthContextGetter, Func<ContextPr… in ServerCallContext() argument69 this.testingOnlyAuthContextGetter = testingOnlyAuthContextGetter; in ServerCallContext()207 if (testingOnlyAuthContextGetter != null)209 return testingOnlyAuthContextGetter();