3 references to ERR_OneAliasPerReference
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1949AddDiagnostic(diagnostics, ErrorCode.ERR_OneAliasPerReference);
Errors\ErrorFacts.cs (1)
1445case ErrorCode.ERR_OneAliasPerReference:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
1235parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_OneAliasPerReference));