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