3 references to ERR_NoRefOutWhenRefOnly
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1376AddDiagnostic(diagnostics, diagnosticOptions, ErrorCode.ERR_NoRefOutWhenRefOnly);
Errors\ErrorFacts.cs (1)
1771case ErrorCode.ERR_NoRefOutWhenRefOnly:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
3543Diagnostic(ErrorCode.ERR_NoRefOutWhenRefOnly).WithLocation(1, 1));