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