13 overrides of IsNotInheritable
Microsoft.CodeAnalysis.VisualBasic (13)
Lowering\StateMachineRewriter\SynthesizedContainer.vb (1)
302Public NotOverridable Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
84Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
141Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\ErrorTypeSymbol.vb (1)
231Public NotOverridable Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
889Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
461Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1249Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
872Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\SubstitutedNamedType.vb (1)
122Public NotOverridable Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
203Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
119Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\UnboundGenericType.vb (1)
240Public Overrides ReadOnly Property IsNotInheritable As Boolean
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
108Public Overrides ReadOnly Property IsNotInheritable As Boolean
17 references to IsNotInheritable
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Conversions.vb (1)
1726classType.IsNotInheritable AndAlso
CodeGen\EmitExpression.vb (1)
1091If IsMeReceiver(receiver) AndAlso method.ContainingType.IsNotInheritable Then
Compilation\ClsComplianceChecker.vb (1)
822Return containingType Is Nothing OrElse Not containingType.IsNotInheritable
Emit\NamedTypeSymbolAdapter.vb (1)
968If Me.IsNotInheritable Then
Semantics\Conversions.vb (2)
1996(src.TypeKind <> TypeKind.Class OrElse DirectCast(src, NamedTypeSymbol).IsNotInheritable) AndAlso 2018(dst.TypeKind <> TypeKind.Class OrElse DirectCast(dst, NamedTypeSymbol).IsNotInheritable) AndAlso
Symbols\ConstraintsHelper.vb (1)
167If classType.IsNotInheritable Then
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (1)
333Debug.Assert(type.TypeKind = TypeKind.Module OrElse type.TypeKind = TypeKind.Class AndAlso type.IsNotInheritable)
Symbols\NamedTypeSymbol.vb (1)
1479Return Me.IsNotInheritable
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
463Return _underlyingType.IsNotInheritable
Symbols\Source\OverrideHidingHelper.vb (1)
184If Not (container.IsMustInherit OrElse container.IsNotInheritable) Then
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
216If named.TypeKind = TypeKind.Class AndAlso Not named.IsNotInheritable Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1133ElseIf DirectCast(baseClassType, NamedTypeSymbol).IsNotInheritable Then
Symbols\SubstitutedNamedType.vb (1)
124Return OriginalDefinition.IsNotInheritable
Symbols\TypeSymbolExtensions.vb (1)
415Return DirectCast(this, NamedTypeSymbol).IsNotInheritable
Symbols\UnboundGenericType.vb (1)
242Return OriginalDefinition.IsNotInheritable
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
110Return Me._underlyingType.IsNotInheritable