5 references to ERR_LoopControlMustNotBeProperty
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
3604ReportDiagnostic(diagnostics, controlVariable.Syntax, ERRID.ERR_LoopControlMustNotBeProperty)
Errors\ErrorFacts.vb (1)
84ERRID.ERR_LoopControlMustNotBeProperty,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Diagnostics\OperationAnalyzerTests.vb (2)
1980Diagnostic(ERRID.ERR_LoopControlMustNotBeProperty, "Moo").WithLocation(38, 13), 1981Diagnostic(ERRID.ERR_LoopControlMustNotBeProperty, "Boo").WithLocation(41, 13),
Semantics\GetSemanticInfoTests.vb (1)
4203</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_LoopControlMustNotBeProperty, "prop1"))