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