Searched refs:ContextPropagationFlags (Results 1 – 4 of 4) sorted by relevance
40 private const ContextPropagationFlags DefaultCoreMask = (ContextPropagationFlags)0xffff;46 internal const ContextPropagationFlags DefaultMask = DefaultCoreMask47 & ~ContextPropagationFlags.Deadline & ~ContextPropagationFlags.Cancellation;148 internal enum ContextPropagationFlags enum
51 …public CallSafeHandle CreateCall(CallSafeHandle parentCall, ContextPropagationFlags propagationMas… in CreateCall()
486 …l_delegate(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagationFlags propagati… in grpcsharp_channel_create_call_delegate()689 …reate_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagationFlags propagati… in grpcsharp_channel_create_call()982 …reate_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagationFlags propagati… in grpcsharp_channel_create_call()
54 …reate_call(ChannelSafeHandle channel, CallSafeHandle parentCall, ContextPropagationFlags propagati…