4 writes to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2474
Me.
_implementsKeyword
= implementsKeyword
2488
Me.
_implementsKeyword
= implementsKeyword
2501
Me.
_implementsKeyword
= implementsKeyword
2515
Me.
_implementsKeyword
= _implementsKeyword
7 references to _implementsKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
2528
writer.WriteValue(Me.
_implementsKeyword
)
2545
Return Me.
_implementsKeyword
2561
Return Me.
_implementsKeyword
2572
Return new ImplementsStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_implementsKeyword
, _types)
2576
Return new ImplementsStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_implementsKeyword
, _types)
38021
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)