4 references to PrintFullPaths
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCompiler.cs (2)
31
_diagnosticFormatter = new CommandLineDiagnosticFormatter(buildPaths.WorkingDirectory, Arguments.
PrintFullPaths
, Arguments.ShouldIncludeErrorEndLocation);
110
Arguments.
PrintFullPaths
? normalizedFilePath : _diagnosticFormatter.RelativizeNormalizedPath(normalizedFilePath)));
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
8365
Assert.False(parsedArgs.
PrintFullPaths
);
8368
Assert.True(parsedArgs.
PrintFullPaths
);