4 writes to _inheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2349
Me.
_inheritsKeyword
= inheritsKeyword
2363
Me.
_inheritsKeyword
= inheritsKeyword
2376
Me.
_inheritsKeyword
= inheritsKeyword
2390
Me.
_inheritsKeyword
= _inheritsKeyword
7 references to _inheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
2403
writer.WriteValue(Me.
_inheritsKeyword
)
2420
Return Me.
_inheritsKeyword
2436
Return Me.
_inheritsKeyword
2447
Return new InheritsStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_inheritsKeyword
, _types)
2451
Return new InheritsStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_inheritsKeyword
, _types)
38006
If node.
_inheritsKeyword
IsNot newInheritsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
2806
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InheritsStatementSyntax).
_inheritsKeyword
, Me.Position, 0)