1 write to Output
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
385Output = output ?? string.Empty;
2 references to Output
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
402WriteLengthPrefixedString(writer, Output);
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
692LogCompilerOutput(completedResponse.Output, StandardOutputImportanceToUse);