4 writes to _eventKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
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