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