9 writes to SupportedSecond
Microsoft.CodeAnalysis.NetAnalyzers (9)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (9)
510attribute.SupportedSecond = null; 524attribute.SupportedSecond = null; 581attribute.SupportedSecond = null; 731attributes.SupportedSecond = info.Version; 778attribute.SupportedSecond = null; 804attribute.SupportedSecond = null; 1761copyTo.SupportedSecond = (Version?)copyFrom.SupportedSecond?.Clone(); 1911attributes.SupportedSecond = childAttribute.SupportedFirst; 1932attributes.SupportedSecond = null;
18 references to SupportedSecond
Microsoft.CodeAnalysis.NetAnalyzers (18)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (17)
575var checkVersion = attribute.SupportedSecond ?? attribute.SupportedFirst; 877var supportedVersion = pAttribute.SupportedSecond ?? pAttribute.SupportedFirst; 1027var supportedVersion = pAttribute.SupportedSecond ?? pAttribute.SupportedFirst; 1134var supportedVersion = csAttribute.SupportedSecond ?? csAttribute.SupportedFirst; 1242var supportedVersion = attribute.SupportedSecond ?? attribute.SupportedFirst; 1263var supportedVersion = attribute.SupportedSecond ?? attribute.SupportedFirst; 1531var attributeToCheck = attribute.SupportedSecond ?? attribute.SupportedFirst; 1742attribute.SupportedSecond != null && callSiteSupportedFirst.IsGreaterThanOrEqualTo(attribute.SupportedSecond); 1751(callSiteAttribute.SupportedSecond == null || callSiteAttribute.SupportedSecond.IsGreaterThanOrEqualTo(attribute.SupportedFirst)); 1755callSitePlatforms.SupportedSecond != null && callSitePlatforms.SupportedSecond.IsGreaterThanOrEqualTo(checkingVersion); 1761copyTo.SupportedSecond = (Version?)copyFrom.SupportedSecond?.Clone(); 1909if (attributes.SupportedSecond == null || attributes.SupportedSecond < childAttribute.SupportedFirst) 1930if (attributes.SupportedSecond.IsGreaterThanOrEqualTo(childAttribute.UnsupportedFirst))
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Data.cs (1)
41SupportedSecond != null || UnsupportedSecond != null || Obsoleted != null;