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