4 references to InheritsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
2447
Return new
InheritsStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _inheritsKeyword, _types)
2451
Return new
InheritsStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _inheritsKeyword, _types)
38011
Return New
InheritsStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newInheritsKeyword, newTypes.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
2798
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InheritsStatementSyntax
(kind, errors, annotations, inheritsKeyword, if(types IsNot Nothing, types.Green, Nothing)), Nothing, 0)