3 writes to Value
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
1658
this.
Value
= service;
1749
this.
Value
= null;
1765
this.
Value
= null;
7 references to Value
System.ServiceModel.Activation (7)
System\ServiceModel\ServiceHostingEnvironment.cs (7)
921
ServiceHostBase host = activationInfo.
Value
as ServiceHostBase;
1684
if (this.
Value
!= null)
1686
return (this.
Value
.BusyCount == 0);
1695
ServiceHostBase service = this.
Value
;
1730
ServiceHostBase service = this.
Value
;
1760
ServiceHostBase service = this.
Value
;
1771
if ((ServiceHostBase)sender == this.
Value
)