1 write to _diagnosticFormatter
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
31
_diagnosticFormatter
= new CommandLineDiagnosticFormatter(buildPaths.WorkingDirectory, Arguments.PrintFullPaths, Arguments.ShouldIncludeErrorEndLocation);
2 references to _diagnosticFormatter
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCompiler.cs (2)
35
public override DiagnosticFormatter DiagnosticFormatter { get { return
_diagnosticFormatter
; } }
110
Arguments.PrintFullPaths ? normalizedFilePath :
_diagnosticFormatter
.RelativizeNormalizedPath(normalizedFilePath)));