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)
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)
214Friend Function GetBoundNodeSummary(node As VisualBasicSyntaxNode) As BoundNodeSummary 228Friend 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