1 instantiation of CallbackState
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
33CallbackState callbackState = new CallbackState(this, collection[index]);
3 references to CallbackState
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (3)
33CallbackState callbackState = new CallbackState(this, collection[index]); 88CallbackState callbackState = (CallbackState)result.AsyncState;