1 write to _displayFullPaths
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CommandLineDiagnosticFormatter.cs (1)
23
_displayFullPaths
= displayFullPaths;
1 reference to _displayFullPaths
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CommandLineDiagnosticFormatter.cs (1)
56
return
_displayFullPaths
? normalizedPath : RelativizeNormalizedPath(normalizedPath);