3 references to ERR_VariableUsedBeforeDeclaration
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1987Error(diagnostics, ErrorCode.ERR_VariableUsedBeforeDeclaration, node, node);
Errors\ErrorFacts.cs (1)
1109or ErrorCode.ERR_VariableUsedBeforeDeclaration
Symbols\LocalSymbol.cs (1)
383internal virtual ErrorCode ForbiddenDiagnostic => ErrorCode.ERR_VariableUsedBeforeDeclaration;