7 references to SupportedOSPlatformGuardAttribute
Microsoft.CodeAnalysis.NetAnalyzers (7)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (3)
51
private const string SupportedOSPlatformGuardAttribute = nameof(
SupportedOSPlatformGuardAttribute
);
243
if (attribute.AttributeClass?.Name is
SupportedOSPlatformGuardAttribute
&&
1821
if (attribute.AttributeClass.Name is
SupportedOSPlatformGuardAttribute
or UnsupportedOSPlatformGuardAttribute)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (4)
86
if (attribute.AttributeClass.Name is
SupportedOSPlatformGuardAttribute
or UnsupportedOSPlatformGuardAttribute &&
102
if (attribute.AttributeClass.Name ==
SupportedOSPlatformGuardAttribute
)
234
if (attribute.AttributeClass.Name is
SupportedOSPlatformGuardAttribute
or UnsupportedOSPlatformGuardAttribute &&
244
if (attribute.AttributeClass.Name ==
SupportedOSPlatformGuardAttribute
)