6 references to TargetModules
ILCompiler.ReadyToRun (6)
Compiler\TypeMapAssemblyTargetsNode.cs (4)
47if (map.Value.TargetModules.Count == 0 && map.Value.HasAssemblyTargetAttributes) 52foreach (var targetModule in map.Value.TargetModules) 78if (map.Value.TargetModules.Count == 0 && map.Value.HasAssemblyTargetAttributes) 84foreach (var targetModule in map.Value.TargetModules)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (2)
114/// <see cref="TargetModules"/> is empty, it means all target attributes failed to resolve 290foreach (ModuleDesc targetModule in pendingMap.map.TargetModules)