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