3 references to ERR_VariableUsedBeforeDeclaration
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
2297Error(diagnostics, ErrorCode.ERR_VariableUsedBeforeDeclaration, node, node);
Errors\ErrorFacts.cs (1)
1138or ErrorCode.ERR_VariableUsedBeforeDeclaration
Symbols\Source\SourceLocalSymbol.cs (1)
337protected virtual ErrorCode ForbiddenDiagnostic => ErrorCode.ERR_VariableUsedBeforeDeclaration;