3 writes to _inheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
1862Me._inheritsKeyword = inheritsKeyword 1876Me._inheritsKeyword = inheritsKeyword 1889Me._inheritsKeyword = inheritsKeyword
6 references to _inheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
1906Return Me._inheritsKeyword 1922Return Me._inheritsKeyword 1933Return new InheritsStatementSyntax(Me.Kind, newErrors, GetAnnotations, _inheritsKeyword, _types) 1937Return new InheritsStatementSyntax(Me.Kind, GetDiagnostics, annotations, _inheritsKeyword, _types) 30078If node._inheritsKeyword IsNot newInheritsKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
2806return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InheritsStatementSyntax)._inheritsKeyword, Me.Position, 0)