19 references to InheritsKeyword
Microsoft.CodeAnalysis.VisualBasic (16)
Generated\Syntax.xml.Internal.Generated.vb (2)
35169Debug.Assert(inheritsKeyword IsNot Nothing AndAlso inheritsKeyword.Kind = SyntaxKind.InheritsKeyword) 47235Debug.Assert(inheritsKeyword IsNot Nothing AndAlso inheritsKeyword.Kind = SyntaxKind.InheritsKeyword)
Generated\Syntax.xml.Main.Generated.vb (5)
7408Case SyntaxKind.InheritsKeyword 7423Return SyntaxFactory.InheritsStatement(SyntaxFactory.Token(SyntaxKind.InheritsKeyword), types) 7434Return SyntaxFactory.InheritsStatement(SyntaxFactory.Token(SyntaxKind.InheritsKeyword), SyntaxFactory.SeparatedList(Of TypeSyntax)().AddRange(types)) 45062SyntaxKind.InheritsKeyword, 45490Case SyntaxKind.InheritsKeyword
Parser\Parser.vb (5)
718Case SyntaxKind.InheritsKeyword, 1204Case SyntaxKind.InheritsKeyword, 1366Case SyntaxKind.InheritsKeyword, 4859Debug.Assert(CurrentToken.Kind = SyntaxKind.InheritsKeyword OrElse CurrentToken.Kind = SyntaxKind.ImplementsKeyword, 4890Case SyntaxKind.InheritsKeyword
Scanner\KeywordTable.vb (1)
91SyntaxKind.InheritsKeyword, None,
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
228SyntaxKind.InheritsKeyword,
Syntax\SyntaxKindFacts.vb (1)
150SyntaxKind.InheritsKeyword,
Syntax\SyntaxNodeFactories.vb (1)
542SyntaxKind.InheritsKeyword,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContext.vb (1)
293targetToken.Kind() = SyntaxKind.InheritsKeyword OrElse
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContext.vb (1)
293targetToken.Kind() = SyntaxKind.InheritsKeyword OrElse
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContext.vb (1)
293targetToken.Kind() = SyntaxKind.InheritsKeyword OrElse