7 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)
41
_enumerationFlags |= ServerEnumerationFlags.
VBCSCompiler
;
dotnet.Tests (3)
BuildServerTests\BuildServerProviderTests.cs (1)
46
.EnumerateBuildServers(ServerEnumerationFlags.
VBCSCompiler
)
CommandTests\BuildServer\Shutdown\BuildServerShutdownCommandTests.cs (2)
69
.Setup(p => p.EnumerateBuildServers(ServerEnumerationFlags.
VBCSCompiler
))
78
provider.Verify(p => p.EnumerateBuildServers(ServerEnumerationFlags.
VBCSCompiler
), Times.Once);