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