8 references to ERR_UseOfLocalBeforeDeclaration1
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
3003ReportDiagnostic(diagnostics, node, ERRID.ERR_UseOfLocalBeforeDeclaration1, localSymbol)
Errors\ErrorFacts.vb (1)
811ERRID.ERR_UseOfLocalBeforeDeclaration1,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (6)
Binding\BindingErrorTests.vb (4)
23722Diagnostic(ERRID.ERR_UseOfLocalBeforeDeclaration1, "Z").WithArguments("Z"), 23723Diagnostic(ERRID.ERR_UseOfLocalBeforeDeclaration1, "c").WithArguments("c")) 23744Diagnostic(ERRID.ERR_UseOfLocalBeforeDeclaration1, "Z").WithArguments("Z"), 23767Diagnostic(ERRID.ERR_UseOfLocalBeforeDeclaration1, "Y").WithArguments("Y"),
Semantics\VariableTypeInference.vb (1)
607Diagnostic(ERRID.ERR_UseOfLocalBeforeDeclaration1, "y").WithArguments("y"),
Semantics\WithBlockErrorTests.vb (1)
32Diagnostic(ERRID.ERR_UseOfLocalBeforeDeclaration1, "o2").WithArguments("o2"))