3 references to ERR_NoRefOutWhenRefOnly
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1389AddDiagnostic(diagnostics, diagnosticOptions, ErrorCode.ERR_NoRefOutWhenRefOnly);
Errors\ErrorFacts.cs (1)
1831or ErrorCode.ERR_NoRefOutWhenRefOnly
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
3724Diagnostic(ErrorCode.ERR_NoRefOutWhenRefOnly).WithLocation(1, 1));