24 references to Inherits
Microsoft.CodeAnalysis.VisualBasic (9)
Declarations\DeclarationTreeBuilder.vb (1)
500If (typeBlockSyntax.Inherits.Any) Then
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1013Dim inheritsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1022Dim inheritsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1026Dim inheritsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1052Dim implementsSyntax = DirectCast(syntaxNode, TypeBlockSyntax).Inherits 1323DirectCast(typeBlock.Inherits, IEnumerable(Of InheritsOrImplementsStatementSyntax)),
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.Fixes (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\TypeBlockSyntaxExtensions.vb (4)
62Dim allElements = destinationType.Inherits 65Return EnsureProperList(destinationType.Inherits) 68Return destinationType.Inherits 81If destinationType.Inherits.Count = 0 AndAlso
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (1)
139If TryGetPreviewInterfaceNodeForClassOrStructImplementingPreviewInterface(typeBlock.Inherits, previewInterfaceSymbol, syntaxNode) Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1508builder.AddRange(typeDecl.Inherits)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
46For Each inheritsStatement In typeBlock.Inherits
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\TypeBlockSyntaxExtensions.vb (4)
62Dim allElements = destinationType.Inherits 65Return EnsureProperList(destinationType.Inherits) 68Return destinationType.Inherits 81If destinationType.Inherits.Count = 0 AndAlso
Roslyn.Diagnostics.VisualBasic.Analyzers (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\TypeBlockSyntaxExtensions.vb (4)
62Dim allElements = destinationType.Inherits 65Return EnsureProperList(destinationType.Inherits) 68Return destinationType.Inherits 81If destinationType.Inherits.Count = 0 AndAlso