11 references to Root
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_XmlLiterals.vb (1)
48
childNodeBuilder.Add(BindXmlContent(syntax.
Root
, rootInfoOpt:=Nothing, diagnostics:=diagnostics))
Generated\Syntax.xml.Main.Generated.vb (2)
4712
Dim newRoot = DirectCast(Visit(node.
Root
), XmlNodeSyntax)
4713
If node.
Root
IsNot newRoot Then anyChanges = True
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
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21295
Assert.NotNull(objectUnderTest.
root
)
21296
Dim withObj = objectUnderTest.WithDeclaration(objectUnderTest.Declaration).WithPrecedingMisc(objectUnderTest.PrecedingMisc).WithRoot(objectUnderTest.
Root
).WithFollowingMisc(objectUnderTest.FollowingMisc)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.XmlClassifier.vb (1)
94
ClassifyXmlNode(node.
Root
)