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