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