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