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