7 references to SuppressedByCallSiteUnsupported
Microsoft.CodeAnalysis.NetAnalyzers (7)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (7)
1544
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedFirst))))
1577
if (!
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedFirst))
1584
if (attribute.UnsupportedSecond != null && !
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedSecond))
1609
if (!
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedFirst))
1627
!
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedFirst))
1733
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedSecond!);
1746
SuppressedByCallSiteUnsupported
(callSiteAttribute, attribute.UnsupportedFirst!);