4 writes to _eventKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6529Me._eventKeyword = eventKeyword 6553Me._eventKeyword = eventKeyword 6576Me._eventKeyword = eventKeyword 6601Me._eventKeyword = _eventKeyword
7 references to _eventKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
6625writer.WriteValue(Me._eventKeyword) 6656Return Me._eventKeyword 6704Return Me._eventKeyword 6721Return new EventStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList, _asClause, _implementsClause) 6725Return new EventStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _customKeyword, _eventKeyword, _identifier, _parameterList, _asClause, _implementsClause) 38491If node._eventKeyword IsNot newEventKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
8120return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EventStatementSyntax)._eventKeyword, Me.GetChildPosition(3), Me.GetChildIndex(3))