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