1 instantiation of UnboxingThunk
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
219
return new
UnboxingThunk
(key.OwningType, key.TargetMethod);
9 references to UnboxingThunk
ILCompiler.Compiler (9)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (7)
100
UnboxingThunk
thunkDefinition = _nonGenericUnboxingThunkHashtable.GetOrCreateValue(methodKey);
197
private sealed class NonGenericUnboxingThunkHashtable : LockFreeReaderHashtable<UnboxingThunkHashtableKey,
UnboxingThunk
>
203
protected override int GetValueHashCode(
UnboxingThunk
value)
207
protected override bool CompareKeyToValue(UnboxingThunkHashtableKey key,
UnboxingThunk
value)
212
protected override bool CompareValueToValue(
UnboxingThunk
value1,
UnboxingThunk
value2)
217
protected override
UnboxingThunk
CreateValueFromKey(UnboxingThunkHashtableKey key)
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
38
var
otherMethod = (
UnboxingThunk
)other;