Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DServerCallContext.cs44 private readonly Func<ContextPropagationToken> testingOnlyContextPropagationTokenFactory; field in Grpc.Core.ServerCallContext
57 …tingOnlyAuthContextGetter, Func<ContextPropagationToken> testingOnlyContextPropagationTokenFactory) in ServerCallContext() argument
70 … this.testingOnlyContextPropagationTokenFactory = testingOnlyContextPropagationTokenFactory; in ServerCallContext()
90 if (testingOnlyContextPropagationTokenFactory != null) in CreatePropagationToken()
92 return testingOnlyContextPropagationTokenFactory(); in CreatePropagationToken()