12 overrides of IsNotInheritable
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
84
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
141
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\ErrorTypeSymbol.vb (1)
231
Public NotOverridable Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
889
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
461
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1248
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
872
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)
203
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
119
Public Overrides ReadOnly Property
IsNotInheritable
As Boolean
Symbols\UnboundGenericType.vb (1)
240
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)
962
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)
1473
Return Me.
IsNotInheritable
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
463
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)
242
Return OriginalDefinition.
IsNotInheritable
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
110
Return Me._underlyingType.
IsNotInheritable