4 writes to _property
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
7719
Me.
_property
= [property]
7733
Me.
_property
= [property]
7746
Me.
_property
= [property]
7766
Me.
_property
= _property
7 references to _property
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
7776
writer.WriteValue(Me.
_property
)
7811
Return Me.
_property
7822
Return Me.
_property
7831
Return new WithEventsPropertyEventContainerSyntax(Me.Kind, newErrors, GetAnnotations, _withEventsContainer, _dotToken,
_property
)
7835
Return new WithEventsPropertyEventContainerSyntax(Me.Kind, GetDiagnostics, annotations, _withEventsContainer, _dotToken,
_property
)
38640
Dim newProperty = DirectCast(Visit(node.
_property
), IdentifierNameSyntax)
38641
If node.
_property
IsNot newProperty Then anyChanges = True