2 instantiations of UnboxingThunkHashtableKey
ILCompiler.Compiler (2)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
72
var methodKey = new
UnboxingThunkHashtableKey
(targetMethodDefinition, boxedTypeDefinition);
99
var methodKey = new
UnboxingThunkHashtableKey
(targetMethodDefinition, boxedTypeDefinition);
10 references to UnboxingThunkHashtableKey
ILCompiler.Compiler (10)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (10)
72
var
methodKey = new UnboxingThunkHashtableKey(targetMethodDefinition, boxedTypeDefinition);
99
var
methodKey = new UnboxingThunkHashtableKey(targetMethodDefinition, boxedTypeDefinition);
170
private sealed class UnboxingThunkHashtable : LockFreeReaderHashtable<
UnboxingThunkHashtableKey
, GenericUnboxingThunk>
172
protected override int GetKeyHashCode(
UnboxingThunkHashtableKey
key)
180
protected override bool CompareKeyToValue(
UnboxingThunkHashtableKey
key, GenericUnboxingThunk value)
190
protected override GenericUnboxingThunk CreateValueFromKey(
UnboxingThunkHashtableKey
key)
197
private sealed class NonGenericUnboxingThunkHashtable : LockFreeReaderHashtable<
UnboxingThunkHashtableKey
, UnboxingThunk>
199
protected override int GetKeyHashCode(
UnboxingThunkHashtableKey
key)
207
protected override bool CompareKeyToValue(
UnboxingThunkHashtableKey
key, UnboxingThunk value)
217
protected override UnboxingThunk CreateValueFromKey(
UnboxingThunkHashtableKey
key)