3 writes to _property
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
6113
Me.
_property
= [property]
6127
Me.
_property
= [property]
6140
Me.
_property
= [property]
6 references to _property
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
6172
Return Me.
_property
6183
Return Me.
_property
6192
Return new WithEventsPropertyEventContainerSyntax(Me.Kind, newErrors, GetAnnotations, _withEventsContainer, _dotToken,
_property
)
6196
Return new WithEventsPropertyEventContainerSyntax(Me.Kind, GetDiagnostics, annotations, _withEventsContainer, _dotToken,
_property
)
30712
Dim newProperty = DirectCast(Visit(node.
_property
), IdentifierNameSyntax)
30713
If node.
_property
IsNot newProperty Then anyChanges = True