3 implementations of IsSealed
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
56public bool IsSealed => OldDefinition.IsSealed;
Emit\NoPia\CommonEmbeddedType.cs (1)
406bool Cci.ITypeDefinition.IsSealed
PEWriter\RootModuleType.cs (1)
158public bool IsSealed
2 references to IsSealed
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
56public bool IsSealed => OldDefinition.IsSealed;
PEWriter\MetadataWriter.cs (1)
1490if (typeDef.IsSealed)