1 instantiation of MethodILData
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
581
return new
MethodILData
() { Method = key, MethodIL = ILProvider.GetMethodIL(key) };
6 references to MethodILData
ILCompiler.Compiler (6)
Compiler\Compilation.cs (6)
554
private sealed class ILCache : LockFreeReaderHashtable<MethodDesc, ILCache.
MethodILData
>
567
protected override int GetValueHashCode(
MethodILData
value)
571
protected override bool CompareKeyToValue(MethodDesc key,
MethodILData
value)
575
protected override bool CompareValueToValue(
MethodILData
value1,
MethodILData
value2)
579
protected override
MethodILData
CreateValueFromKey(MethodDesc key)