12 references to AspNetCompatibilityEnabled
System.ServiceModel.Activation (12)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (3)
53return ServiceHostingEnvironment.AspNetCompatibilityEnabled; 370else if (ServiceHostingEnvironment.AspNetCompatibilityEnabled && 375else if (!ServiceHostingEnvironment.AspNetCompatibilityEnabled &&
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (3)
166if (ServiceHostingEnvironment.AspNetCompatibilityEnabled) 181if (!ServiceHostingEnvironment.AspNetCompatibilityEnabled && !this.ensureWFService) 580if (mode == ReadEntityBodyMode.None && ServiceHostingEnvironment.AspNetCompatibilityEnabled && AppSettings.UseClassicReadEntityMode)
System\ServiceModel\Activation\HostedImpersonationContext.cs (1)
35if (ServiceHostingEnvironment.AspNetCompatibilityEnabled)
System\ServiceModel\Activation\HostingMessageProperty.cs (2)
29if (ServiceHostingEnvironment.AspNetCompatibilityEnabled) 73if (ServiceHostingEnvironment.AspNetCompatibilityEnabled)
System\ServiceModel\Activation\HttpModule.cs (1)
73if (ServiceHostingEnvironment.AspNetCompatibilityEnabled)
System\ServiceModel\Activation\ServiceHttpModule.cs (1)
93if (ServiceHostingEnvironment.AspNetCompatibilityEnabled)
System\ServiceModel\Activation\ServiceRoute.cs (1)
31if (!ServiceHostingEnvironment.AspNetCompatibilityEnabled)