4 references to MustInherit
Microsoft.CodeAnalysis.VisualBasic (4)
Declarations\DeclarationTreeBuilder.vb (2)
819
Case SyntaxKind.MustInheritKeyword : bit = DeclarationModifiers.
MustInherit
828
Case SyntaxKind.MustInheritKeyword : bit = DeclarationModifiers.
MustInherit
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
151
ElseIf (modifiers And DeclarationModifiers.
MustInherit
) <> 0 Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
311
If (foundModifiers And DeclarationModifiers.
MustInherit
) <> 0 Then