1 write to completeOutstandingReadersCallback
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
253
completeOutstandingReadersCallback
= new Action<object>(CompleteOutstandingReadersCallback);
2 references to completeOutstandingReadersCallback
System.ServiceModel.Internals (2)
System\Runtime\InputQueue.cs (2)
251
if (
completeOutstandingReadersCallback
== null)
256
ActionItem.Schedule(
completeOutstandingReadersCallback
, outstandingReaders);