4 writes to _implementsClause
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _implementsClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6628writer.WriteValue(Me._implementsClause)
6691Return Me._implementsClause
6712Return Me._implementsClause
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)
38498Dim newImplementsClause = DirectCast(Visit(node._implementsClause), ImplementsClauseSyntax)
38499If node._implementsClause IsNot newImplementsClause Then anyChanges = True