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