3 references to GetOutputFilePath
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
865
sb.Builder.Append(Arguments.
GetOutputFilePath
(Arguments.OutputFileName));
1244
var finalPeFilePath = Arguments.
GetOutputFilePath
(outputName);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
115
var outputFilePath = commandLineArguments.OutputFileName != null ? commandLineArguments.
GetOutputFilePath
(commandLineArguments.OutputFileName) : null;