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