1 write to TypeAndMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
618
TypeAndMethod
= typeAndMethod;
5 references to TypeAndMethod
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
356
key.
TypeAndMethod
.Method,
357
key.
TypeAndMethod
.IsInstantiatingStub
623
return FixupKind == other.FixupKind &&
TypeAndMethod
.Equals(other.
TypeAndMethod
);
633
return FixupKind.GetHashCode() ^
TypeAndMethod
.GetHashCode();