2 implementations of Set
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
835public void Set(Item item) 1017public void Set(Item item)
5 references to Set
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (5)
266reader.Set(item); 386outstandingReaders[i].Set(new Item(exception, null)); 461reader.Set(default(Item)); 499outstandingReaders[i].Set(default(Item)); 637reader.Set(item);