5 references to InheritsStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
205
SyntaxFactory.
InheritsStatement
(tuple)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicSyntaxGenerator.vb (3)
1389
[inherits]:=If(baseType IsNot Nothing, SyntaxFactory.SingletonList(SyntaxFactory.
InheritsStatement
(DirectCast(baseType, TypeSyntax))), Nothing),
3567
Return WithInherits(declaration, SyntaxFactory.SingletonList(SyntaxFactory.
InheritsStatement
(DirectCast(baseType, TypeSyntax))))
3583
Return WithInherits(declaration, inh.Add(SyntaxFactory.
InheritsStatement
(DirectCast(interfaceType, TypeSyntax))))
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
4270
SyntaxFactory.
InheritsStatement
(