1 write to _item
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
1025
_item
= item.Value;
2 references to _item
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
1021
Fx.Assert(
_item
== null, "InputQueue.WaitQueueReader.Set: (this.item == null)");
1065
value =
_item
;