2 instantiations of UnboxingThunkHashtableKey
ILCompiler.Compiler (2)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
71
var methodKey = new
UnboxingThunkHashtableKey
(targetMethodDefinition, boxedTypeDefinition);
98
var methodKey = new
UnboxingThunkHashtableKey
(targetMethodDefinition, boxedTypeDefinition);
10 references to UnboxingThunkHashtableKey
ILCompiler.Compiler (10)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (10)
71
var
methodKey = new UnboxingThunkHashtableKey(targetMethodDefinition, boxedTypeDefinition);
98
var
methodKey = new UnboxingThunkHashtableKey(targetMethodDefinition, boxedTypeDefinition);
169
private sealed class UnboxingThunkHashtable : LockFreeReaderHashtable<
UnboxingThunkHashtableKey
, GenericUnboxingThunk>
171
protected override int GetKeyHashCode(
UnboxingThunkHashtableKey
key)
179
protected override bool CompareKeyToValue(
UnboxingThunkHashtableKey
key, GenericUnboxingThunk value)
189
protected override GenericUnboxingThunk CreateValueFromKey(
UnboxingThunkHashtableKey
key)
196
private sealed class NonGenericUnboxingThunkHashtable : LockFreeReaderHashtable<
UnboxingThunkHashtableKey
, UnboxingThunk>
198
protected override int GetKeyHashCode(
UnboxingThunkHashtableKey
key)
206
protected override bool CompareKeyToValue(
UnboxingThunkHashtableKey
key, UnboxingThunk value)
216
protected override UnboxingThunk CreateValueFromKey(
UnboxingThunkHashtableKey
key)