4 writes to _endTag
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
28533
Me.
_endTag
= endTag
28549
Me.
_endTag
= endTag
28564
Me.
_endTag
= endTag
28584
Me.
_endTag
= _endTag
7 references to _endTag
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
28594
writer.WriteValue(Me.
_endTag
)
28622
Return Me.
_endTag
28633
Return Me.
_endTag
28642
Return new XmlElementSyntax(Me.Kind, newErrors, GetAnnotations, _startTag, _content,
_endTag
)
28646
Return new XmlElementSyntax(Me.Kind, GetDiagnostics, annotations, _startTag, _content,
_endTag
)
41026
Dim newEndTag = DirectCast(Visit(node.
_endTag
), XmlElementEndTagSyntax)
41027
If node.
_endTag
IsNot newEndTag Then anyChanges = True