4 references to ERR_VariableUsedBeforeDeclarationAndHidesField
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2063Error(diagnostics, ErrorCode.ERR_VariableUsedBeforeDeclarationAndHidesField, node, node, possibleField);
Errors\ErrorFacts.cs (1)
1129or ErrorCode.ERR_VariableUsedBeforeDeclarationAndHidesField
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NameCollisionTests.cs (1)
1431Diagnostic(ErrorCode.ERR_VariableUsedBeforeDeclarationAndHidesField, "name1").WithArguments("name1", "Class.name1").WithLocation(10, 18),
Semantics\SemanticErrorTests.cs (1)
13014Diagnostic(ErrorCode.ERR_VariableUsedBeforeDeclarationAndHidesField, "num").WithArguments("num", "MyClass.num"),