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