2 writes to disposableInstance
System.ServiceModel (2)
System\ServiceModel\ServiceHost.cs (2)
1967this.disposableInstance = serviceInstanceUsedAsABehavior as IDisposable; 1974this.disposableInstance = serviceInstanceUsedAsABehavior as IDisposable;
3 references to disposableInstance
System.ServiceModel (3)
System\ServiceModel\ServiceHost.cs (3)
1715return this.disposableInstance; 2046if (this.disposableInstance != null) 2048this.disposableInstance.Dispose();