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