3 writes to _endTag
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22450
Me.
_endTag
= endTag
22466
Me.
_endTag
= endTag
22481
Me.
_endTag
= endTag
6 references to _endTag
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22506
Return Me.
_endTag
22517
Return Me.
_endTag
22526
Return new XmlElementSyntax(Me.Kind, newErrors, GetAnnotations, _startTag, _content,
_endTag
)
22530
Return new XmlElementSyntax(Me.Kind, GetDiagnostics, annotations, _startTag, _content,
_endTag
)
33098
Dim newEndTag = DirectCast(Visit(node.
_endTag
), XmlElementEndTagSyntax)
33099
If node.
_endTag
IsNot newEndTag Then anyChanges = True