1 instantiation of CommandLineDiagnosticFormatter
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
31
_diagnosticFormatter = new
CommandLineDiagnosticFormatter
(buildPaths.WorkingDirectory, Arguments.PrintFullPaths, Arguments.ShouldIncludeErrorEndLocation);
1 reference to CommandLineDiagnosticFormatter
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
25
private readonly
CommandLineDiagnosticFormatter
_diagnosticFormatter;