5 references to Root
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Syntax.Generated.vb (5)
30432
return Update(declaration, Me.PrecedingMisc, Me.
Root
, Me.FollowingMisc)
30451
return Update(Me.Declaration, precedingMisc, Me.
Root
, Me.FollowingMisc)
30488
return Update(Me.Declaration, Me.PrecedingMisc, Me.
Root
, followingMisc)
30517
Return Me.
Root
30551
If declaration IsNot Me.Declaration OrElse precedingMisc <> Me.PrecedingMisc OrElse root IsNot Me.
Root
OrElse followingMisc <> Me.FollowingMisc Then