3 writes to _name
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22637
Me.
_name
= name
22655
Me.
_name
= name
22672
Me.
_name
= name
6 references to _name
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22694
Return Me.
_name
22718
Return Me.
_name
22731
Return new XmlElementStartTagSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanToken,
_name
, _attributes, _greaterThanToken)
22735
Return new XmlElementStartTagSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanToken,
_name
, _attributes, _greaterThanToken)
33126
Dim newName = DirectCast(Visit(node.
_name
), XmlNodeSyntax)
33127
If node.
_name
IsNot newName Then anyChanges = True