3 writes to _name
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
24830
Me.
_name
= name
24848
Me.
_name
= name
24865
Me.
_name
= name
6 references to _name
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
24883
Return Me.
_name
24908
Return Me.
_name
24921
Return new CrefReferenceSyntax(Me.Kind, newErrors, GetAnnotations,
_name
, _signature, _asClause)
24925
Return new CrefReferenceSyntax(Me.Kind, GetDiagnostics, annotations,
_name
, _signature, _asClause)
33463
Dim newName = DirectCast(Visit(node.
_name
), TypeSyntax)
33464
If node.
_name
IsNot newName Then anyChanges = True