3 instantiations of GenericLookupKey
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (3)
689GenericLookupKey key = new GenericLookupKey(runtimeLookupKind, fixupKind, typeArgument, methodArgument: null, fieldArgument: null, methodContext);
699GenericLookupKey key = new GenericLookupKey(runtimeLookupKind, fixupKind, typeArgument: null, methodArgument: null, fieldArgument: fieldArgument, methodContext);
709GenericLookupKey key = new GenericLookupKey(runtimeLookupKind, fixupKind, typeArgument: null, methodArgument, fieldArgument: null, methodContext);
8 references to GenericLookupKey
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (8)
164_genericLookupHelpers = new NodeCache<GenericLookupKey, Import>(key =>
554private struct GenericLookupKey : IEquatable<GenericLookupKey>
579public bool Equals(GenericLookupKey other)
591return obj is GenericLookupKey other && Equals(other);
605private NodeCache<GenericLookupKey, Import> _genericLookupHelpers;
689GenericLookupKey key = new GenericLookupKey(runtimeLookupKind, fixupKind, typeArgument, methodArgument: null, fieldArgument: null, methodContext);
699GenericLookupKey key = new GenericLookupKey(runtimeLookupKind, fixupKind, typeArgument: null, methodArgument: null, fieldArgument: fieldArgument, methodContext);
709GenericLookupKey key = new GenericLookupKey(runtimeLookupKind, fixupKind, typeArgument: null, methodArgument, fieldArgument: null, methodContext);