1 write to cachedServiceReference
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
203HostedAspNetEnvironment.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)
201if (string.IsNullOrEmpty(HostedAspNetEnvironment.cachedServiceReference)) 205return HostedAspNetEnvironment.cachedServiceReference;