4 references to ERR_OneAliasPerReference
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1965AddDiagnostic(diagnostics, ErrorCode.ERR_OneAliasPerReference);
Errors\ErrorFacts.cs (1)
1506or ErrorCode.ERR_OneAliasPerReference
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
1278parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_OneAliasPerReference)); 2715Diagnostic(ErrorCode.ERR_OneAliasPerReference).WithLocation(1, 1));