3 writes to _name
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22994
Me.
_name
= name
23008
Me.
_name
= name
23021
Me.
_name
= name
6 references to _name
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
23035
Return Me.
_name
23054
Return Me.
_name
23067
Return new XmlAttributeSyntax(Me.Kind, newErrors, GetAnnotations,
_name
, _equalsToken, _value)
23071
Return new XmlAttributeSyntax(Me.Kind, GetDiagnostics, annotations,
_name
, _equalsToken, _value)
33179
Dim newName = DirectCast(Visit(node.
_name
), XmlNodeSyntax)
33180
If node.
_name
IsNot newName Then anyChanges = True