3 writes to _root
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22051
Me.
_root
= root
22071
Me.
_root
= root
22090
Me.
_root
= root
6 references to _root
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22119
Return Me.
_root
22139
Return Me.
_root
22150
Return new XmlDocumentSyntax(Me.Kind, newErrors, GetAnnotations, _declaration, _precedingMisc,
_root
, _followingMisc)
22154
Return new XmlDocumentSyntax(Me.Kind, GetDiagnostics, annotations, _declaration, _precedingMisc,
_root
, _followingMisc)
33039
Dim newRoot = DirectCast(Visit(node.
_root
), XmlNodeSyntax)
33040
If node.
_root
IsNot newRoot Then anyChanges = True