1 write to TargetsAtLeastFramework452
System.Web (1)
Util\BinaryCompatibility.cs (1)
38
TargetsAtLeastFramework452
= (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" />