1 write to OutputRefFilePath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1588OutputRefFilePath = outputRefFilePath,
3 references to OutputRefFilePath
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1463string? finalRefPeFilePath = Arguments.OutputRefFilePath;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
126outputRefFilePath: commandLineArguments.OutputRefFilePath,
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
127RefAssemblyPath = arguments.OutputRefFilePath,