4 references to IsOSPlatform
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (3)
54private const string IsOSPlatform = nameof(IsOSPlatform); 184IsOSPlatform == m.Name && 227(IsOSPlatform == m.Name || NameAndParametersValid(m)))
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Value.cs (1)
79if (invokedPlatformCheckMethod.Name == IsOSPlatform &&