2 writes to OutputRefFilePath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1570OutputRefFilePath = outputRefFilePath,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1507.OutputRefFilePath = outputRefFileName,
2 references to OutputRefFilePath
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1437string? finalRefPeFilePath = Arguments.OutputRefFilePath;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
126outputRefFilePath: commandLineArguments.OutputRefFilePath,