12 overrides of IsNotInheritable
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
83
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
140
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\ErrorTypeSymbol.vb (1)
230
Public NotOverridable Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
886
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
455
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1247
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
864
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\SubstitutedNamedType.vb (1)
122
Public NotOverridable Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
202
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
118
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\UnboundGenericType.vb (1)
233
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
108
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
11 references to IsNotInheritable
Microsoft.CodeAnalysis.VisualBasic (11)
Emit\NamedTypeSymbolAdapter.vb (1)
961
If Me.
IsNotInheritable
Then
Symbols\ConstraintsHelper.vb (1)
167
If classType.
IsNotInheritable
Then
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (1)
333
Debug.Assert(type.TypeKind = TypeKind.Module OrElse type.TypeKind = TypeKind.Class AndAlso type.
IsNotInheritable
)
Symbols\NamedTypeSymbol.vb (1)
1471
Return Me.
IsNotInheritable
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
457
Return _underlyingType.
IsNotInheritable
Symbols\Source\OverrideHidingHelper.vb (1)
184
If Not (container.IsMustInherit OrElse container.
IsNotInheritable
) Then
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
216
If named.TypeKind = TypeKind.Class AndAlso Not named.
IsNotInheritable
Then
Symbols\SubstitutedNamedType.vb (1)
124
Return OriginalDefinition.
IsNotInheritable
Symbols\TypeSymbolExtensions.vb (1)
415
Return DirectCast(this, NamedTypeSymbol).
IsNotInheritable
Symbols\UnboundGenericType.vb (1)
235
Return OriginalDefinition.
IsNotInheritable
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
110
Return Me._underlyingType.
IsNotInheritable