1 write to TargetsAtLeastFramework46
System.Web (1)
Util\BinaryCompatibility.cs (1)
39TargetsAtLeastFramework46 = (version >= VersionUtil.Framework46);
4 references to TargetsAtLeastFramework46
System.Web (4)
UI\HTMLTextWriter.cs (1)
144BinaryCompatibility.Current.TargetsAtLeastFramework46 ? TagType.NonClosing : TagType.Other);
UI\WebControls\ModelDataSourceView.cs (1)
975if (BinaryCompatibility.Current.TargetsAtLeastFramework46) {
Util\AppSettings.cs (1)
131_enableAsyncModelBinding = BinaryCompatibility.Current.TargetsAtLeastFramework46;
Util\HttpEncoder.cs (1)
761if (BinaryCompatibility.Current.TargetsAtLeastFramework46) {