1 write to TypeAndMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
591
TypeAndMethod
= typeAndMethod;
5 references to TypeAndMethod
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
329
key.
TypeAndMethod
.Method,
330
key.
TypeAndMethod
.IsInstantiatingStub
596
return FixupKind == other.FixupKind &&
TypeAndMethod
.Equals(other.
TypeAndMethod
);
606
return FixupKind.GetHashCode() ^
TypeAndMethod
.GetHashCode();