2 writes to OutputRefFilePath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1540OutputRefFilePath = outputRefFilePath,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1469.OutputRefFilePath = outputRefFileName,
1 reference to OutputRefFilePath
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1324string? finalRefPeFilePath = Arguments.OutputRefFilePath;