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