3 overrides of Root
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\MemberSemanticModel.vb (1)
49
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
2991
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3005
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3019
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3033
Dim binder = Me.GetEnclosingBinder(
Root
.SpanStart) ' should never return null.
3074
Return Me.
Root