1 reference to IsWindows
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
61
public static string ExeExtension =>
IsWindows
? ".exe" : string.Empty;