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