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