1 write to cachedServiceReference
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
203
HostedAspNetEnvironment.
cachedServiceReference
= string.Format(CultureInfo.InvariantCulture, "{0}{1}", ServiceHostingEnvironment.SiteName, ServiceHostingEnvironment.ApplicationVirtualPath);
2 references to cachedServiceReference
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
201
if (string.IsNullOrEmpty(HostedAspNetEnvironment.
cachedServiceReference
))
205
return HostedAspNetEnvironment.
cachedServiceReference
;