1 write to TypeAndMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
675TypeAndMethod = typeAndMethod;
5 references to TypeAndMethod
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
413key.TypeAndMethod.Method, 414key.TypeAndMethod.IsInstantiatingStub 680return FixupKind == other.FixupKind && TypeAndMethod.Equals(other.TypeAndMethod); 690return FixupKind.GetHashCode() ^ TypeAndMethod.GetHashCode();