2 references to CommaSeparator
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
840
csPlatformNames = string.Join(
CommaSeparator
, csPlatformNames, PlatformCompatibilityAllPlatforms);
1229
return string.Join(
CommaSeparator
, platformNames);