1 write to s_completeOutstandingReadersCallback
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
310s_completeOutstandingReadersCallback = new Action<object>(CompleteOutstandingReadersCallback);
2 references to s_completeOutstandingReadersCallback
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
308if (s_completeOutstandingReadersCallback == null) 313ActionItem.Schedule(s_completeOutstandingReadersCallback, outstandingReaders);