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