3 references to All
System.Web (3)
Configuration\CompilationSection.cs (2)
165
ProfileGuidedOptimizationsFlags.
All
, ConfigurationPropertyOptions.None);
485
[ConfigurationProperty("profileGuidedOptimizations", DefaultValue = ProfileGuidedOptimizationsFlags.
All
)]
HttpRuntime.cs (1)
527
if(compilationSection != null && compilationSection.ProfileGuidedOptimizations == ProfileGuidedOptimizationsFlags.
All
) {