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