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)
547
Return IsUnderNode(node, Me.
Root
)
566
Dim fullStart As Integer =
Root
.Position
567
Dim fullEnd As Integer =
Root
.EndPosition
610
Dim fullStart As Integer =
Root
.Position
611
Dim fullEnd As Integer =
Root
.EndPosition
622
token =
Root
.FindToken(position, True)
630
token =
Root
.FindToken(position)
643
Return
Root
648
Return
Root
653
Return
Root
2998
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3012
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3026
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3040
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3081
Return Me.
Root