3 writes to HasAssemblyTargetAttributes
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (3)
217
HasAssemblyTargetAttributes
|= pendingMap.HasAssemblyTargetAttributes;
401
value.
HasAssemblyTargetAttributes
= true;
425
typeMapState.
HasAssemblyTargetAttributes
= true;
1 reference to HasAssemblyTargetAttributes
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
217
HasAssemblyTargetAttributes |= pendingMap.
HasAssemblyTargetAttributes
;