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