5 references to GetOutputFilePath
dotnet (1)
Commands\Run\CSharpCompilerCommand.cs (1)
125var objFile = new FileInfo(parsedArgs.GetOutputFilePath(outputFileName));
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
862sb.Builder.Append(Arguments.GetOutputFilePath(Arguments.OutputFileName)); 1260var finalPeFilePath = Arguments.GetOutputFilePath(outputName);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
115var outputFilePath = commandLineArguments.OutputFileName != null ? commandLineArguments.GetOutputFilePath(commandLineArguments.OutputFileName) : null;
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
125AssemblyPath = arguments.GetOutputFilePath(dllName),