1 instantiation of TypeSpecificationEntity
ILAssembler (1)
EntityRegistry.cs (1)
665
return GetOrCreateEntity(signature, TableIndex.TypeSpec, _seenTypeSpecs, signature =>
new
(signature), _ => { });
3 references to TypeSpecificationEntity
ILAssembler (3)
EntityRegistry.cs (3)
22
private readonly Dictionary<BlobBuilder,
TypeSpecificationEntity
> _seenTypeSpecs = new(new BlobBuilderContentEqualityComparer());
388
foreach (
TypeSpecificationEntity
typeSpec in GetSeenEntities(TableIndex.TypeSpec))
663
public
TypeSpecificationEntity
GetOrCreateTypeSpec(BlobBuilder signature)