1 instantiation of MethodImplementationEntity
ILAssembler (1)
EntityRegistry.cs (1)
1052return new MethodImplementationEntity(methodBody, methodDeclaration);
3 references to MethodImplementationEntity
ILAssembler (3)
EntityRegistry.cs (3)
155foreach (var impl in type.MethodImplementations) 1050public static MethodImplementationEntity CreateUnrecordedMethodImplementation(MethodDefinitionEntity methodBody, MemberReferenceEntity methodDeclaration) 1224public List<MethodImplementationEntity> MethodImplementations { get; } = new();