Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DContextPropagationTokenImpl.cs48 readonly CallSafeHandle parentCall; field in Grpc.Core.Internal.ContextPropagationTokenImpl
53 …internal ContextPropagationTokenImpl(CallSafeHandle parentCall, DateTime deadline, CancellationTok… in ContextPropagationTokenImpl() argument
55 this.parentCall = GrpcPreconditions.CheckNotNull(parentCall); in ContextPropagationTokenImpl()
68 return this.parentCall;
DChannelSafeHandle.cs51 …public CallSafeHandle CreateCall(CallSafeHandle parentCall, ContextPropagationFlags propagationMas… in CreateCall() argument
53 …var result = Native.grpcsharp_channel_create_call(this, parentCall, propagationMask, cq, method, h… in CreateCall()
DAsyncCall.cs501 …var parentCall = details.Options.PropagationToken.AsImplOrNull()?.ParentCall ?? CallSafeHandle.Nul… in CreateNativeCall()
507 parentCall, ContextPropagationTokenImpl.DefaultMask, cq, in CreateNativeCall()
DNativeMethods.Generated.cs955 …channel_create_call_delegate(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call_delegate() argument
1169 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call() argument
1489 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call() argument
1809 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call() argument
2129 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call() argument
2449 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call() argument
2769 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat… in grpcsharp_channel_create_call() argument
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DContextPropagationTest.cs90 …var parentCall = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall(new CallOptions(c… in PropagateCancellation()
96 await parentCall; in PropagateCancellation()
/third_party/grpc/templates/src/csharp/Grpc.Core/Internal/
Dnative_methods.include53 …rpcsharp_channel_create_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagat…