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