1 reference to Desktop32
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
64var hostExecutableFileName = "InteractiveHost" + (platform == InteractiveHostPlatform.Desktop32 ? "32" : "64") + ".exe";