17 instantiations of BoundNodeSummary
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\MemberSemanticModel.vb (13)
220Return New BoundNodeSummary(lowerBound, upperBound, lowerBoundOfParent) 234Return New BoundNodeSummary(lowerBound, upperBound, lowerBoundOfParent) 916Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(boundAdd, boundAdd, Nothing), binderOpt:=Nothing) 949New BoundNodeSummary(boundQuery.LastOperator, boundQuery.LastOperator, Nothing), 968Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 985Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 995Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 1012Dim select2 As SymbolInfo = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 1024Return New AggregateClauseSymbolInfo(GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(select1Node, select1Node, Nothing), binderOpt:=Nothing), 1055selectMany = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 1067asClauseConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(queryableSource.Source, queryableSource.Source, Nothing), binderOpt:=Nothing) 1077toQueryableCollectionConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(toQueryable, toQueryable, Nothing), binderOpt:=Nothing) 1082toQueryableCollectionConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(queryableSource.Source, queryableSource.Source, Nothing), binderOpt:=Nothing)
Compilation\SemanticModel.vb (3)
776Return New BoundNodeSummary(bnode, bnode, Nothing) 854Return New BoundNodeSummary(bnode, bnode, Nothing) 1132Dim valueBoundNodes = New BoundNodeSummary(boundTypeOrValue.Data.ValueExpression, boundNodes.HighestBoundNode, boundNodes.LowestBoundNodeOfSyntacticParent)
Compilation\SyntaxTreeSemanticModel.vb (1)
276Dim newSymbolInfo = GetSymbolInfoForNode(options, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing)
17 references to BoundNodeSummary
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\MemberSemanticModel.vb (2)
213Friend Function GetBoundNodeSummary(node As VisualBasicSyntaxNode) As BoundNodeSummary 227Friend Overrides Function GetInvokeSummaryForRaiseEvent(node As RaiseEventStatementSyntax) As BoundNodeSummary
Compilation\SemanticModel.vb (13)
274Friend Function GetSymbolInfoForNode(options As SymbolInfoOptions, boundNodes As BoundNodeSummary, binderOpt As Binder) As SymbolInfo 353Friend Function GetTypeInfoForNode(boundNodes As BoundNodeSummary) As VisualBasicTypeInfo 429Friend Function GetConstantValueForNode(boundNodes As BoundNodeSummary) As ConstantValue 488Friend Function GetMemberGroupForNode(boundNodes As BoundNodeSummary, binderOpt As Binder) As ImmutableArray(Of Symbol) 766<Out> ByRef binder As Binder) As BoundNodeSummary 846Private Function GetSpeculativelyBoundAttributeSummary(position As Integer, attribute As AttributeSyntax, <Out> ByRef binder As Binder) As BoundNodeSummary 916Private Function GetSemanticType(boundNodes As BoundNodeSummary, 1013Private Function GetSemanticSymbols(boundNodes As BoundNodeSummary, 1252Private Sub GetSemanticSymbolsForLateBoundMemberAccess(boundNodes As BoundNodeSummary, 1273Private Sub GetSemanticSymbolsForMethodGroup(boundNodes As BoundNodeSummary, 1340Private Sub GetSemanticSymbolsForPropertyGroup(boundNodes As BoundNodeSummary, 1414Private Sub AdjustSymbolsForObjectCreation(boundNodes As BoundNodeSummary, 2750Friend MustOverride Function GetInvokeSummaryForRaiseEvent(node As RaiseEventStatementSyntax) As BoundNodeSummary
Compilation\SpeculativeSemanticModelWithMemberModel.vb (1)
133Friend Overrides Function GetInvokeSummaryForRaiseEvent(node As RaiseEventStatementSyntax) As BoundNodeSummary
Compilation\SyntaxTreeSemanticModel.vb (1)
189Friend Overrides Function GetInvokeSummaryForRaiseEvent(node As RaiseEventStatementSyntax) As BoundNodeSummary