32 references to Inherits
Microsoft.CodeAnalysis.VisualBasic (11)
Declarations\DeclarationTreeBuilder.vb (1)
500If (typeBlockSyntax.Inherits.Any) Then
Symbols\Source\SourceNamedTypeSymbol.vb (7)
1006Dim inheritsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1015Dim inheritsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1019Dim inheritsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1045Dim implementsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1316DirectCast(typeBlock.Inherits, IEnumerable(Of InheritsOrImplementsStatementSyntax)), 1704If DirectCast(syntaxNode, TypeBlockSyntax).Inherits.Count > 0 Then 1726If DirectCast(syntaxNode, TypeBlockSyntax).Inherits.Count > 0 Then
Syntax\SyntaxNormalizer.vb (3)
831Dim hasInherits As Boolean = node.Inherits.Count > 0 841AddLinebreaksAfterElementsIfNeeded(node.Inherits, 1, 1) 843AddLinebreaksAfterElementsIfNeeded(node.Inherits, 1, 2)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicHeaderFacts.vb (1)
36If(typeBlock.Inherits.LastOrDefault()?.GetLastToken(),
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
TypeBlockSyntaxExtensions.vb (4)
62Dim allElements = destinationType.Inherits 65Return EnsureProperList(destinationType.Inherits) 68Return destinationType.Inherits 81If destinationType.Inherits.Count = 0 AndAlso
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeRefactorings\VisualBasicRefactoringHelpersService.vb (1)
32If(typeDecl.Inherits.LastOrDefault()?.Span.End,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\SemanticModelAPITests.vb (1)
1822Dim inheritsClause = typeBlock.Inherits(0)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1683builder.AddRange(typeDecl.Inherits)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
45For Each inheritsStatement In typeBlock.Inherits
TypeBlockSyntaxExtensions.vb (4)
62Dim allElements = destinationType.Inherits 65Return EnsureProperList(destinationType.Inherits) 68Return destinationType.Inherits 81If destinationType.Inherits.Count = 0 AndAlso
VisualBasicHeaderFacts.vb (1)
36If(typeBlock.Inherits.LastOrDefault()?.GetLastToken(),
Microsoft.VisualStudio.LanguageServices.VisualBasic (7)
CodeModel\VisualBasicCodeModelService.CodeModelEventCollector.vb (2)
922oldType.Inherits.AsReadOnlyList(), 923newType.Inherits.AsReadOnlyList(),
CodeModel\VisualBasicCodeModelService.vb (5)
427Return typeBlock.Inherits.AsEnumerable() 4261Dim baseCount = typeBlock.Inherits.Count 4276Dim inheritsStatements = typeBlock.Inherits.Insert(0, inheritsStatement) 4287If typeBlock.Inherits.Count = 0 Then 4291Dim inheritsStatements = typeBlock.Inherits