1 instantiation of UnboxingThunk
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
218
return new
UnboxingThunk
(key.OwningType, key.TargetMethod);
9 references to UnboxingThunk
ILCompiler.Compiler (9)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (7)
99
UnboxingThunk
thunkDefinition = _nonGenericUnboxingThunkHashtable.GetOrCreateValue(methodKey);
196
private sealed class NonGenericUnboxingThunkHashtable : LockFreeReaderHashtable<UnboxingThunkHashtableKey,
UnboxingThunk
>
202
protected override int GetValueHashCode(
UnboxingThunk
value)
206
protected override bool CompareKeyToValue(UnboxingThunkHashtableKey key,
UnboxingThunk
value)
211
protected override bool CompareValueToValue(
UnboxingThunk
value1,
UnboxingThunk
value2)
216
protected override
UnboxingThunk
CreateValueFromKey(UnboxingThunkHashtableKey key)
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
38
var
otherMethod = (
UnboxingThunk
)other;