42 references to ERR_NameNotDeclared1
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
2503errorInfo = ErrorFactory.ErrorInfo(If(Me.IsInQuery, ERRID.ERR_QueryNameNotDeclared, ERRID.ERR_NameNotDeclared1),
Errors\ErrorFacts.vb (1)
305ERRID.ERR_NameNotDeclared1,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (11)
Attributes\AttributeTests.vb (6)
2796Diagnostic(ERRID.ERR_NameNotDeclared1, "C1").WithArguments("C1"), 2797Diagnostic(ERRID.ERR_NameNotDeclared1, "C1").WithArguments("C1"), 2798Diagnostic(ERRID.ERR_NameNotDeclared1, "s").WithArguments("s"), 2800Diagnostic(ERRID.ERR_NameNotDeclared1, "a").WithArguments("a"), 3893Diagnostic(ERRID.ERR_NameNotDeclared1, "Mid").WithArguments("Mid"), 3895Diagnostic(ERRID.ERR_NameNotDeclared1, "Mid").WithArguments("Mid"))
CodeGen\CodeGenUnstructuredErrorHandling.vb (3)
1405options:=TestOptions.ReleaseDll.WithEmbedVbCoreRuntime(True)).VerifyDiagnostics(Diagnostic(ERRID.ERR_NameNotDeclared1, "Err").WithArguments("Err"), 1406Diagnostic(ERRID.ERR_NameNotDeclared1, "err").WithArguments("err"), 1407Diagnostic(ERRID.ERR_NameNotDeclared1, "err").WithArguments("err"))
Emit\EditAndContinue\EditAndContinueTests.vb (1)
67Diagnostic(ERRID.ERR_NameNotDeclared1, "Unknown").WithArguments("Unknown").WithLocation(4, 17))
Emit\OptionalArgumentsTests.vb (1)
681comp.VerifyDiagnostics(Diagnostic(ERRID.ERR_NameNotDeclared1, "p").WithArguments("p"))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (25)
Binding\BindingErrorTests.vb (2)
14646</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_NameNotDeclared1, "E").WithArguments("E"), 23548Diagnostic(ERRID.ERR_NameNotDeclared1, "ca").WithArguments("ca"))
Binding\GotoTests.vb (1)
249</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_NameNotDeclared1, "lab2").WithArguments("lab2"))
Binding\SyncLockTests.vb (3)
106Diagnostic(ERRID.ERR_NameNotDeclared1, "d").WithArguments("d")) 262Diagnostic(ERRID.ERR_NameNotDeclared1, "x").WithArguments("x"), 263Diagnostic(ERRID.ERR_NameNotDeclared1, "i").WithArguments("i"))
Binding\UsingTests.vb (2)
1008Diagnostic(ERRID.ERR_NameNotDeclared1, "E1").WithArguments("E1"), 1011Diagnostic(ERRID.ERR_NameNotDeclared1, "C1").WithArguments("C1"))
Semantics\Conversions.vb (14)
2766Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 2767Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 2820Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 2821Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 2871Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 2872Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3036Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3037Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3073Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3074Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3213Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3214Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3241Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"), 3242Diagnostic(ERRID.ERR_NameNotDeclared1, "unknownValue").WithArguments("unknownValue"),
Semantics\IsIsNot.vb (2)
430Diagnostic(ERRID.ERR_NameNotDeclared1, "doesntexist").WithArguments("doesntexist"), 431Diagnostic(ERRID.ERR_NameNotDeclared1, "doesntexist").WithArguments("doesntexist"),
Semantics\WithBlockErrorTests.vb (1)
31Diagnostic(ERRID.ERR_NameNotDeclared1, "o1").WithArguments("o1"),
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
StaticLocalDeclarationTests.vb (1)
651compilation.VerifyDiagnostics(Diagnostic(ERRID.ERR_NameNotDeclared1, "SL").WithArguments("SL"))
SymbolsTests\Metadata\WinMdEventTest.vb (1)
1690Diagnostic(ERRID.ERR_NameNotDeclared1, "CustomEventEvent").WithArguments("CustomEventEvent"))
SymbolsTests\Source\MeMyBaseMyClassTests.vb (1)
1305Diagnostic(ERRID.ERR_NameNotDeclared1, "MyBase!").WithArguments("MyBase"),
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Parser\ParseStatements.vb (1)
4146Diagnostic(ERRID.ERR_NameNotDeclared1, "j").WithArguments("j"))