1 write to TargetsAtLeastFramework452
System.Web (1)
Util\BinaryCompatibility.cs (1)
38TargetsAtLeastFramework452 = (version >= VersionUtil.Framework452);
1 reference to TargetsAtLeastFramework452
System.Web (1)
Util\AppSettings.cs (1)
104_dontUsePercentUUrlEncoding = BinaryCompatibility.Current.TargetsAtLeastFramework452; // default value is keyed off of <httpRuntime targetFramework="4.5.2" />