6 references to _methodsGenerated
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunTableManager.cs (6)
78lock (_methodsGenerated) 83if (!_methodsGenerated.TryGetValue(module, out var perModuleData)) 86_methodsGenerated[module] = perModuleData; 102lock (_methodsGenerated) 123List<PerModuleMethodsGenerated> perModuleDatas = new List<PerModuleMethodsGenerated>(_methodsGenerated.Values); 156else if (_methodsGenerated.TryGetValue(moduleToEnumerate, out var perModuleData))