6 references to ERR_DuplicateLabel
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
486
Error(diagnostics, ErrorCode.
ERR_DuplicateLabel
, node.Identifier, node.Identifier.ValueText);
Errors\ErrorFacts.cs (1)
730
or ErrorCode.
ERR_DuplicateLabel
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (2)
IOperation\IOperationTests_IBranchOperation.cs (2)
1253
Diagnostic(ErrorCode.
ERR_DuplicateLabel
, "label1").WithArguments("label1").WithLocation(10, 1)
1316
Diagnostic(ErrorCode.
ERR_DuplicateLabel
, "label1").WithArguments("label1").WithLocation(9, 1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\SemanticErrorTests.cs (1)
4143
Diagnostic(ErrorCode.
ERR_DuplicateLabel
, "label1").WithArguments("label1").WithLocation(9, 10)
Semantics\TopLevelStatementsTests.cs (1)
4923
Diagnostic(ErrorCode.
ERR_DuplicateLabel
, "label1").WithArguments("label1").WithLocation(4, 1)