6 references to TargetModules
ILCompiler.ReadyToRun (6)
Compiler\TypeMapAssemblyTargetsNode.cs (4)
47
if (map.Value.
TargetModules
.Count == 0 && map.Value.HasAssemblyTargetAttributes)
52
foreach (var targetModule in map.Value.
TargetModules
)
78
if (map.Value.
TargetModules
.Count == 0 && map.Value.HasAssemblyTargetAttributes)
84
foreach (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
290
foreach (ModuleDesc targetModule in pendingMap.map.
TargetModules
)