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