1 instantiation of CallbackState
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
301
CallbackState callbackState = new
CallbackState
(this, instances[index]);
3 references to CallbackState
System.ServiceModel (3)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (3)
301
CallbackState
callbackState = new CallbackState(this, instances[index]);
329
CallbackState
callbackState = (
CallbackState
)result.AsyncState;