3 references to InstanceContextEmptyCallback
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (1)
19internal static InstanceContextEmptyCallback NotifyEmptyCallback = new InstanceContextEmptyCallback(InstanceContext.NotifyEmpty);
System\ServiceModel\ServiceChannelManager.cs (2)
19InstanceContextEmptyCallback emptyCallback; 30public ServiceChannelManager(InstanceContext instanceContext, InstanceContextEmptyCallback emptyCallback)