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