10 references to GetExpressionSymbols
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Expressions.vb (1)
637expression.GetExpressionSymbols(symbols)
BoundTree\BoundExpressionExtensions.vb (6)
600DirectCast(node, BoundQueryClause).UnderlyingExpression.GetExpressionSymbols(symbols) 603DirectCast(node, BoundAggregateClause).UnderlyingExpression.GetExpressionSymbols(symbols) 606DirectCast(node, BoundOrdering).UnderlyingExpression.GetExpressionSymbols(symbols) 609DirectCast(node, BoundQuerySource).Expression.GetExpressionSymbols(symbols) 612DirectCast(node, BoundToQueryableCollectionConversion).ConversionCall.GetExpressionSymbols(symbols) 615DirectCast(node, BoundQueryableSource).Source.GetExpressionSymbols(symbols)
Compilation\SemanticModel.vb (3)
1139lowestExpr.GetExpressionSymbols(symbolsBuilder) 1243group.GetExpressionSymbols(memberGroupBuilder) 1244group.GetExpressionSymbols(symbolsBuilder)