1 write to TargetsAtLeastFramework461
System.Web (1)
Util\BinaryCompatibility.cs (1)
40TargetsAtLeastFramework461 = (version >= VersionUtil.Framework461);
5 references to TargetsAtLeastFramework461
System.Web (5)
UI\WebControls\TreeNode.cs (4)
1217 if (BinaryCompatibility.Current.TargetsAtLeastFramework461) { 1225 if (BinaryCompatibility.Current.TargetsAtLeastFramework461) { 1375 if (BinaryCompatibility.Current.TargetsAtLeastFramework461) { 1382 if (BinaryCompatibility.Current.TargetsAtLeastFramework461) {
Util\RegexUtil.cs (1)
76if (!IsRegexTimeoutSetInAppDomain && BinaryCompatibility.Current.TargetsAtLeastFramework461) {