2 writes to OutputRefFilePath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1588OutputRefFilePath = outputRefFilePath,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1507.OutputRefFilePath = outputRefFileName,
3 references to OutputRefFilePath
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1447string? finalRefPeFilePath = Arguments.OutputRefFilePath;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
126outputRefFilePath: commandLineArguments.OutputRefFilePath,
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
112RefAssemblyPath = arguments.OutputRefFilePath,