2 references to RelativizeNormalizedPath
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CommandLineDiagnosticFormatter.cs (1)
56
return _displayFullPaths ? normalizedPath :
RelativizeNormalizedPath
(normalizedPath);
CommandLine\CSharpCompiler.cs (1)
110
Arguments.PrintFullPaths ? normalizedFilePath : _diagnosticFormatter.
RelativizeNormalizedPath
(normalizedFilePath)));