1 write to ImplMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
668
ImplMethod
= implMethod;
10 references to ImplMethod
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (10)
341
return new ReadyToRun.VirtualResolutionFixupSignature(key.FixupKind, key.DeclMethod, key.ImplType, key.
ImplMethod
);
674
((
ImplMethod
== null && other.
ImplMethod
== null) || (
ImplMethod
!= null &&
ImplMethod
.Equals(other.
ImplMethod
)));
684
if (
ImplMethod
!= null)
685
return HashCode.Combine(FixupKind, DeclMethod, ImplType,
ImplMethod
);
690
public override string ToString() => $"'{FixupKind}' '{DeclMethod}' on '{ImplType}' results in '{(
ImplMethod
!= null ?
ImplMethod
.ToString() : "null")}'";