2 implementations of Set
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
890public void Set(bool itemAvailable) 1083public void Set(bool itemAvailable)
1 reference to Set
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
507waiters[i].Set(itemAvailable);