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)
772
Return New
BoundNodeSummary
(bnode, bnode, Nothing)
850
Return New
BoundNodeSummary
(bnode, bnode, Nothing)
1128
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)
270
Friend Function GetSymbolInfoForNode(options As SymbolInfoOptions, boundNodes As
BoundNodeSummary
, binderOpt As Binder) As SymbolInfo
349
Friend Function GetTypeInfoForNode(boundNodes As
BoundNodeSummary
) As VisualBasicTypeInfo
425
Friend Function GetConstantValueForNode(boundNodes As
BoundNodeSummary
) As ConstantValue
484
Friend Function GetMemberGroupForNode(boundNodes As
BoundNodeSummary
, binderOpt As Binder) As ImmutableArray(Of Symbol)
762
<Out> ByRef binder As Binder) As
BoundNodeSummary
842
Private Function GetSpeculativelyBoundAttributeSummary(position As Integer, attribute As AttributeSyntax, <Out> ByRef binder As Binder) As
BoundNodeSummary
912
Private Function GetSemanticType(boundNodes As
BoundNodeSummary
,
1009
Private Function GetSemanticSymbols(boundNodes As
BoundNodeSummary
,
1248
Private Sub GetSemanticSymbolsForLateBoundMemberAccess(boundNodes As
BoundNodeSummary
,
1269
Private Sub GetSemanticSymbolsForMethodGroup(boundNodes As
BoundNodeSummary
,
1336
Private Sub GetSemanticSymbolsForPropertyGroup(boundNodes As
BoundNodeSummary
,
1410
Private Sub AdjustSymbolsForObjectCreation(boundNodes As
BoundNodeSummary
,
2746
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