3 writes to _startTag
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22444
Me.
_startTag
= startTag
22460
Me.
_startTag
= startTag
22475
Me.
_startTag
= startTag
6 references to _startTag
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22491
Return Me.
_startTag
22513
Return Me.
_startTag
22526
Return new XmlElementSyntax(Me.Kind, newErrors, GetAnnotations,
_startTag
, _content, _endTag)
22530
Return new XmlElementSyntax(Me.Kind, GetDiagnostics, annotations,
_startTag
, _content, _endTag)
33094
Dim newStartTag = DirectCast(Visit(node.
_startTag
), XmlElementStartTagSyntax)
33095
If node.
_startTag
IsNot newStartTag Then anyChanges = True