5 references to GetOutputFilePath
dotnet (1)
Commands\Run\CSharpCompilerCommand.cs (1)
124var objFile = new FileInfo(parsedArgs.GetOutputFilePath(outputFileName));
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
854sb.Builder.Append(Arguments.GetOutputFilePath(Arguments.OutputFileName)); 1256var 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)
111AssemblyPath = arguments.GetOutputFilePath(dllName),