4 writes to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2474Me._implementsKeyword = implementsKeyword 2488Me._implementsKeyword = implementsKeyword 2501Me._implementsKeyword = implementsKeyword 2515Me._implementsKeyword = _implementsKeyword
7 references to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
2528writer.WriteValue(Me._implementsKeyword) 2545Return Me._implementsKeyword 2561Return Me._implementsKeyword 2572Return new ImplementsStatementSyntax(Me.Kind, newErrors, GetAnnotations, _implementsKeyword, _types) 2576Return new ImplementsStatementSyntax(Me.Kind, GetDiagnostics, annotations, _implementsKeyword, _types) 38021If node._implementsKeyword IsNot newImplementsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
2924return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ImplementsStatementSyntax)._implementsKeyword, Me.Position, 0)