2 writes to configurationBasedServiceVirtualPath
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
113if (ServiceHostingEnvironment.IsConfigurationBasedService(context, out this.configurationBasedServiceVirtualPath)) 136ServiceHostingEnvironment.IsConfigurationBasedService(context, out this.configurationBasedServiceVirtualPath))
2 references to configurationBasedServiceVirtualPath
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
734else if (!string.IsNullOrEmpty(this.configurationBasedServiceVirtualPath)) 736relativeVirtualPath = this.configurationBasedServiceVirtualPath;