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)
28
private readonly Dictionary<(EntityBase, BlobBuilder),
MethodSpecificationEntity
> _seenMethodSpecs = new(new MethodSpecEqualityComparer());
439
foreach (
MethodSpecificationEntity
methodSpec in GetSeenEntities(TableIndex.MethodSpec))
1021
public
MethodSpecificationEntity
GetOrCreateMethodSpecification(EntityBase method, BlobBuilder signature)