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