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