1 instantiation of MethodSpecificationEntity
ILAssembler (1)
EntityRegistry.cs (1)
1027((EntityBase method, BlobBuilder signature) value) => new(method, signature),
3 references to MethodSpecificationEntity
ILAssembler (3)
EntityRegistry.cs (3)
28private readonly Dictionary<(EntityBase, BlobBuilder), MethodSpecificationEntity> _seenMethodSpecs = new(new MethodSpecEqualityComparer()); 439foreach (MethodSpecificationEntity methodSpec in GetSeenEntities(TableIndex.MethodSpec)) 1021public MethodSpecificationEntity GetOrCreateMethodSpecification(EntityBase method, BlobBuilder signature)