3 writes to _name
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
14957
Me.
_name
= name
14973
Me.
_name
= name
14988
Me.
_name
= name
6 references to _name
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
15014
Return Me.
_name
15035
Return Me.
_name
15046
Return new RaiseEventStatementSyntax(Me.Kind, newErrors, GetAnnotations, _raiseEventKeyword,
_name
, _argumentList)
15050
Return new RaiseEventStatementSyntax(Me.Kind, GetDiagnostics, annotations, _raiseEventKeyword,
_name
, _argumentList)
31982
Dim newName = DirectCast(Visit(node.
_name
), IdentifierNameSyntax)
31983
If node.
_name
IsNot newName Then anyChanges = True