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