17 instantiations of BoundNodeSummary
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\MemberSemanticModel.vb (13)
221Return New BoundNodeSummary(lowerBound, upperBound, lowerBoundOfParent) 235Return New BoundNodeSummary(lowerBound, upperBound, lowerBoundOfParent) 917Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(boundAdd, boundAdd, Nothing), binderOpt:=Nothing) 950New BoundNodeSummary(boundQuery.LastOperator, boundQuery.LastOperator, Nothing), 969Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 986Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 996Return GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 1013Dim select2 As SymbolInfo = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 1025Return New AggregateClauseSymbolInfo(GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(select1Node, select1Node, Nothing), binderOpt:=Nothing), 1056selectMany = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(bound, bound, Nothing), binderOpt:=Nothing) 1068asClauseConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(queryableSource.Source, queryableSource.Source, Nothing), binderOpt:=Nothing) 1078toQueryableCollectionConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(toQueryable, toQueryable, Nothing), binderOpt:=Nothing) 1083toQueryableCollectionConversion = GetSymbolInfoForNode(SymbolInfoOptions.DefaultOptions, New BoundNodeSummary(queryableSource.Source, queryableSource.Source, Nothing), binderOpt:=Nothing)
Compilation\SemanticModel.vb (3)
772Return New BoundNodeSummary(bnode, bnode, Nothing) 850Return New BoundNodeSummary(bnode, bnode, Nothing) 1128Dim 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)
214Friend Function GetBoundNodeSummary(node As VisualBasicSyntaxNode) As BoundNodeSummary 228Friend Overrides Function GetInvokeSummaryForRaiseEvent(node As RaiseEventStatementSyntax) As BoundNodeSummary
Compilation\SemanticModel.vb (13)
270Friend Function GetSymbolInfoForNode(options As SymbolInfoOptions, boundNodes As BoundNodeSummary, binderOpt As Binder) As SymbolInfo 349Friend Function GetTypeInfoForNode(boundNodes As BoundNodeSummary) As VisualBasicTypeInfo 425Friend Function GetConstantValueForNode(boundNodes As BoundNodeSummary) As ConstantValue 484Friend Function GetMemberGroupForNode(boundNodes As BoundNodeSummary, binderOpt As Binder) As ImmutableArray(Of Symbol) 762<Out> ByRef binder As Binder) As BoundNodeSummary 842Private Function GetSpeculativelyBoundAttributeSummary(position As Integer, attribute As AttributeSyntax, <Out> ByRef binder As Binder) As BoundNodeSummary 912Private Function GetSemanticType(boundNodes As BoundNodeSummary, 1009Private Function GetSemanticSymbols(boundNodes As BoundNodeSummary, 1248Private Sub GetSemanticSymbolsForLateBoundMemberAccess(boundNodes As BoundNodeSummary, 1269Private Sub GetSemanticSymbolsForMethodGroup(boundNodes As BoundNodeSummary, 1336Private Sub GetSemanticSymbolsForPropertyGroup(boundNodes As BoundNodeSummary, 1410Private Sub AdjustSymbolsForObjectCreation(boundNodes As BoundNodeSummary, 2746Friend 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