11 references to Root
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_XmlLiterals.vb (1)
48childNodeBuilder.Add(BindXmlContent(syntax.Root, rootInfoOpt:=Nothing, diagnostics:=diagnostics))
Generated\Syntax.xml.Main.Generated.vb (2)
4712Dim newRoot = DirectCast(Visit(node.Root), XmlNodeSyntax) 4713If node.Root IsNot newRoot Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
30432return Update(declaration, Me.PrecedingMisc, Me.Root, Me.FollowingMisc) 30451return Update(Me.Declaration, precedingMisc, Me.Root, Me.FollowingMisc) 30488return Update(Me.Declaration, Me.PrecedingMisc, Me.Root, followingMisc) 30517Return Me.Root 30551If declaration IsNot Me.Declaration OrElse precedingMisc <> Me.PrecedingMisc OrElse root IsNot Me.Root OrElse followingMisc <> Me.FollowingMisc Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21295Assert.NotNull(objectUnderTest.root) 21296Dim withObj = objectUnderTest.WithDeclaration(objectUnderTest.Declaration).WithPrecedingMisc(objectUnderTest.PrecedingMisc).WithRoot(objectUnderTest.Root).WithFollowingMisc(objectUnderTest.FollowingMisc)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.XmlClassifier.vb (1)
94ClassifyXmlNode(node.Root)