3 references to CannotConnect
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
704case BuildResponse.ResponseType.CannotConnect:
src\Compilers\Shared\BuildProtocol.cs (2)
354case ResponseType.CannotConnect: 516public override ResponseType Type => ResponseType.CannotConnect;