5 references to ReferencedSymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\ForLoopVerification.vb (5)
71Dim controlVariableSymbol = ForLoopVerification.ReferencedSymbol(controlVariable) 79If ForLoopVerification.ReferencedSymbol(boundVariable) = controlVariableSymbol Then 113ForLoopVerification.ReferencedSymbol(nextVariable) <> ForLoopVerification.ReferencedSymbol(controlVariable) Then 134Return ReferencedSymbol(DirectCast(expression, BoundArrayAccess).Expression) 148Return ReferencedSymbol(DirectCast(expression, BoundParenthesized).Expression)