5 references to MustInherit
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Utils.vb (1)
1611
[MustInherit] = CUInt(DeclarationModifiers.
MustInherit
) << DeclarationModifierFlagShift
Declarations\DeclarationTreeBuilder.vb (2)
819
Case SyntaxKind.MustInheritKeyword : bit = DeclarationModifiers.
MustInherit
828
Case SyntaxKind.MustInheritKeyword : bit = DeclarationModifiers.
MustInherit
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
150
ElseIf (modifiers And DeclarationModifiers.
MustInherit
) <> 0 Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
308
If (foundModifiers And DeclarationModifiers.
MustInherit
) <> 0 Then