3 writes to HasAssemblyTargetAttributes
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (3)
217
HasAssemblyTargetAttributes
|= pendingMap.HasAssemblyTargetAttributes;
401
value.
HasAssemblyTargetAttributes
= true;
425
typeMapState.
HasAssemblyTargetAttributes
= true;
3 references to HasAssemblyTargetAttributes
ILCompiler.ReadyToRun (3)
Compiler\TypeMapAssemblyTargetsNode.cs (2)
47
if (map.Value.TargetModules.Count == 0 && map.Value.
HasAssemblyTargetAttributes
)
78
if (map.Value.TargetModules.Count == 0 && map.Value.
HasAssemblyTargetAttributes
)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
217
HasAssemblyTargetAttributes |= pendingMap.
HasAssemblyTargetAttributes
;