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