1 write to TypeAndMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
634
TypeAndMethod
= typeAndMethod;
5 references to TypeAndMethod
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
372
key.
TypeAndMethod
.Method,
373
key.
TypeAndMethod
.IsInstantiatingStub
639
return FixupKind == other.FixupKind &&
TypeAndMethod
.Equals(other.
TypeAndMethod
);
649
return FixupKind.GetHashCode() ^
TypeAndMethod
.GetHashCode();