Searched refs:INativeCall (Results 1 – 6 of 6) sorted by relevance
48 protected INativeCall call;105 protected void InitializeInternal(INativeCall call) in InitializeInternal()
36 readonly INativeCall injectedNativeCall; // for testing66 …public AsyncCall(CallInvocationDetails<TRequest, TResponse> callDetails, INativeCall injectedNativ… in AsyncCall()490 private INativeCall CreateNativeCall(CompletionQueueSafeHandle cq) in CreateNativeCall()
62 internal interface INativeCall : IDisposable interface
56 public void InitializeForTesting(INativeCall call) in InitializeForTesting()
30 internal class CallSafeHandle : SafeHandleZeroIsInvalid, INativeCall
32 internal class FakeNativeCall : INativeCall