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