1 instantiation of HostedAspNetEnvironment
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
116AspNetEnvironment hostedEnvironment = new HostedAspNetEnvironment();
6 references to HostedAspNetEnvironment
System.ServiceModel.Activation (6)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (3)
201if (string.IsNullOrEmpty(HostedAspNetEnvironment.cachedServiceReference)) 203HostedAspNetEnvironment.cachedServiceReference = string.Format(CultureInfo.InvariantCulture, "{0}{1}", ServiceHostingEnvironment.SiteName, ServiceHostingEnvironment.ApplicationVirtualPath); 205return HostedAspNetEnvironment.cachedServiceReference;
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
101HostedAspNetEnvironment.TrySetWebSocketVersion(context);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
497HostedAspNetEnvironment.Enable(); 1580CompilationSection compilationSection = (CompilationSection)HostedAspNetEnvironment.UnsafeGetSectionFromWebConfigurationManager("system.web/compilation", null);