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