3 writes to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
1960
Me.
_implementsKeyword
= implementsKeyword
1974
Me.
_implementsKeyword
= implementsKeyword
1987
Me.
_implementsKeyword
= implementsKeyword
6 references to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
2004
Return Me.
_implementsKeyword
2020
Return Me.
_implementsKeyword
2031
Return new ImplementsStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_implementsKeyword
, _types)
2035
Return new ImplementsStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_implementsKeyword
, _types)
30093
If node.
_implementsKeyword
IsNot newImplementsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
2924
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ImplementsStatementSyntax).
_implementsKeyword
, Me.Position, 0)