4 references to VBCSCompiler
dotnet (4)
BuildServer\BuildServerProvider.cs (2)
32if ((flags & ServerEnumerationFlags.VBCSCompiler) == ServerEnumerationFlags.VBCSCompiler)
BuildServer\IBuildServerProvider.cs (1)
15All = MSBuild | VBCSCompiler | Razor
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
38_enumerationFlags |= ServerEnumerationFlags.VBCSCompiler;