3 overrides of Root
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (1)
50
Friend NotOverridable Overrides ReadOnly Property
Root
As SyntaxNode
Compilation\SpeculativeSemanticModelWithMemberModel.vb (1)
83
Friend Overrides ReadOnly Property
Root
As SyntaxNode
Compilation\SyntaxTreeSemanticModel.vb (1)
56
Friend Overrides ReadOnly Property
Root
As SyntaxNode
15 references to Root
Microsoft.CodeAnalysis.VisualBasic (15)
Compilation\SemanticModel.vb (15)
543
Return IsUnderNode(node, Me.
Root
)
562
Dim fullStart As Integer =
Root
.Position
563
Dim fullEnd As Integer =
Root
.EndPosition
606
Dim fullStart As Integer =
Root
.Position
607
Dim fullEnd As Integer =
Root
.EndPosition
618
token =
Root
.FindToken(position, True)
626
token =
Root
.FindToken(position)
639
Return
Root
644
Return
Root
649
Return
Root
2994
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3008
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3022
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3036
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3077
Return Me.
Root