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