5 references to ERR_QueryDuplicateRangeVariable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.QueryTranslationState.cs (1)
85
diagnostics.Add(ErrorCode.
ERR_QueryDuplicateRangeVariable
, identifier.GetLocation(), name);
Errors\ErrorFacts.cs (1)
1426
or ErrorCode.
ERR_QueryDuplicateRangeVariable
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NameCollisionTests.cs (2)
1699
Diagnostic(ErrorCode.
ERR_QueryDuplicateRangeVariable
, "name2").WithArguments("name2").WithLocation(26, 34),
1702
Diagnostic(ErrorCode.
ERR_QueryDuplicateRangeVariable
, "name2").WithArguments("name2").WithLocation(29, 34)
Semantics\SemanticErrorTests.cs (1)
17076
Diagnostic(ErrorCode.
ERR_QueryDuplicateRangeVariable
, "num").WithArguments("num"));