2 references to InheritsStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\NamedTypeGenerator.vb (1)
212
SyntaxFactory.
InheritsStatement
(types:=SyntaxFactory.SingletonSeparatedList(namedType.BaseType.GenerateTypeSyntax())))
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1449
[inherits]:=If(itypes IsNot Nothing, SyntaxFactory.SingletonList(SyntaxFactory.
InheritsStatement
(SyntaxFactory.SeparatedList(itypes))), Nothing),