4 writes to _inheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2349Me._inheritsKeyword = inheritsKeyword 2363Me._inheritsKeyword = inheritsKeyword 2376Me._inheritsKeyword = inheritsKeyword 2390Me._inheritsKeyword = _inheritsKeyword
7 references to _inheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
2403writer.WriteValue(Me._inheritsKeyword) 2420Return Me._inheritsKeyword 2436Return Me._inheritsKeyword 2447Return new InheritsStatementSyntax(Me.Kind, newErrors, GetAnnotations, _inheritsKeyword, _types) 2451Return new InheritsStatementSyntax(Me.Kind, GetDiagnostics, annotations, _inheritsKeyword, _types) 38006If 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)