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