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