1 write to TypeAndMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
761
TypeAndMethod
= typeAndMethod;
5 references to TypeAndMethod
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
492
key.
TypeAndMethod
.Method,
493
key.
TypeAndMethod
.IsInstantiatingStub
766
return FixupKind == other.FixupKind &&
TypeAndMethod
.Equals(other.
TypeAndMethod
);
776
return FixupKind.GetHashCode() ^
TypeAndMethod
.GetHashCode();