4 references to UnsupportedOSPlatformGuardAttribute
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
50
private const string UnsupportedOSPlatformGuardAttribute = nameof(
UnsupportedOSPlatformGuardAttribute
);
1821
if (attribute.AttributeClass.Name is SupportedOSPlatformGuardAttribute or
UnsupportedOSPlatformGuardAttribute
)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (2)
86
if (attribute.AttributeClass.Name is SupportedOSPlatformGuardAttribute or
UnsupportedOSPlatformGuardAttribute
&&
234
if (attribute.AttributeClass.Name is SupportedOSPlatformGuardAttribute or
UnsupportedOSPlatformGuardAttribute
&&