4 writes to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
7246Me._implementsKeyword = implementsKeyword 7260Me._implementsKeyword = implementsKeyword 7273Me._implementsKeyword = implementsKeyword 7287Me._implementsKeyword = _implementsKeyword
7 references to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
7300writer.WriteValue(Me._implementsKeyword) 7317Return Me._implementsKeyword 7333Return Me._implementsKeyword 7344Return new ImplementsClauseSyntax(Me.Kind, newErrors, GetAnnotations, _implementsKeyword, _interfaceMembers) 7348Return new ImplementsClauseSyntax(Me.Kind, GetDiagnostics, annotations, _implementsKeyword, _interfaceMembers) 38581If 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)