1 write to s_completeOutstandingReadersCallback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
252s_completeOutstandingReadersCallback = new Action<object>(CompleteOutstandingReadersCallback);
2 references to s_completeOutstandingReadersCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
250if (s_completeOutstandingReadersCallback == null) 255ActionItem.Schedule(s_completeOutstandingReadersCallback, outstandingReaders);