3 writes to _name
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
8175
Me.
_name
= name
8194
Me.
_name
= name
8212
Me.
_name
= name
6 references to _name
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
8242
Return Me.
_name
8264
Return Me.
_name
8275
Return new AttributeSyntax(Me.Kind, newErrors, GetAnnotations, _target,
_name
, _argumentList)
8279
Return new AttributeSyntax(Me.Kind, GetDiagnostics, annotations, _target,
_name
, _argumentList)
30986
Dim newName = DirectCast(Visit(node.
_name
), TypeSyntax)
30987
If node.
_name
IsNot newName Then anyChanges = True