2 references to AddOsxIfMacOS
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
1219string.Format(CultureInfo.InvariantCulture, resource, AddOsxIfMacOS(platformName), arg1, arg2); 1224static string EncloseWithQuotes(string pName) => $"'{AddOsxIfMacOS(pName)}'";