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