3 writes to _target
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
8172
Me.
_target
= target
8191
Me.
_target
= target
8209
Me.
_target
= target
6 references to _target
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
8233
Return Me.
_target
8262
Return Me.
_target
8275
Return new AttributeSyntax(Me.Kind, newErrors, GetAnnotations,
_target
, _name, _argumentList)
8279
Return new AttributeSyntax(Me.Kind, GetDiagnostics, annotations,
_target
, _name, _argumentList)
30984
Dim newTarget = DirectCast(Visit(node.
_target
), AttributeTargetSyntax)
30985
If node.
_target
IsNot newTarget Then anyChanges = True