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