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