4 writes to _withEventsContainer
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _withEventsContainer
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
7774writer.WriteValue(Me._withEventsContainer)
7792Return Me._withEventsContainer
7818Return Me._withEventsContainer
7831Return new WithEventsPropertyEventContainerSyntax(Me.Kind, newErrors, GetAnnotations, _withEventsContainer, _dotToken, _property)
7835Return new WithEventsPropertyEventContainerSyntax(Me.Kind, GetDiagnostics, annotations, _withEventsContainer, _dotToken, _property)
38636Dim newWithEventsContainer = DirectCast(Visit(node._withEventsContainer), WithEventsEventContainerSyntax)
38637If node._withEventsContainer IsNot newWithEventsContainer Then anyChanges = True