3 writes to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
5740Me._implementsKeyword = implementsKeyword 5754Me._implementsKeyword = implementsKeyword 5767Me._implementsKeyword = implementsKeyword
6 references to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
5784Return Me._implementsKeyword 5800Return Me._implementsKeyword 5811Return new ImplementsClauseSyntax(Me.Kind, newErrors, GetAnnotations, _implementsKeyword, _interfaceMembers) 5815Return new ImplementsClauseSyntax(Me.Kind, GetDiagnostics, annotations, _implementsKeyword, _interfaceMembers) 30653If node._implementsKeyword IsNot newImplementsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
9206return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ImplementsClauseSyntax)._implementsKeyword, Me.Position, 0)