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