1 instantiation of MethodFixupKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
645return _methodSignatures.GetOrAdd(new MethodFixupKey(fixupKind, key));
5 references to MethodFixupKey
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
352_methodSignatures = new NodeCache<MethodFixupKey, MethodFixupSignature>(key => 610private struct MethodFixupKey : IEquatable<MethodFixupKey> 621public bool Equals(MethodFixupKey other) 628return obj is MethodFixupKey other && Equals(other); 637private NodeCache<MethodFixupKey, MethodFixupSignature> _methodSignatures;