1 instantiation of CompletedBuildResponse
dotnet (1)
BuildProtocol.cs (1)
397return new CompletedBuildResponse(returnCode, utf8Output, output);
3 references to CompletedBuildResponse
dotnet (3)
BuildProtocol.cs (2)
341return CompletedBuildResponse.Create(reader); 392public static CompletedBuildResponse Create(BinaryReader reader)
Commands\Run\CSharpCompilerCommand.cs (1)
134case CompletedBuildResponse completed: