8 references to AssemblyDefinition
ILAssembler (1)
EntityRegistry.cs (1)
324
AssemblyEntity => EntityHandle.
AssemblyDefinition
,
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
306
foreach (CustomAttributeHandle attrHandle in currentAssembly.MetadataReader.GetCustomAttributes(EntityHandle.
AssemblyDefinition
))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
306
foreach (CustomAttributeHandle attrHandle in currentAssembly.MetadataReader.GetCustomAttributes(EntityHandle.
AssemblyDefinition
))
Microsoft.CodeAnalysis (2)
MetadataReader\PEAssembly.cs (1)
90
return EntityHandle.
AssemblyDefinition
;
PEWriter\MetadataWriter.cs (1)
2164
this.PopulateDeclSecurityTableRowsFor(EntityHandle.
AssemblyDefinition
, module.GetSourceAssemblySecurityAttributes());
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
415
return EntityHandle.
AssemblyDefinition
;
System\Reflection\Metadata\TypeSystem\AssemblyDefinition.cs (2)
68
return new CustomAttributeHandleCollection(_reader, EntityHandle.
AssemblyDefinition
);
73
return new DeclarativeSecurityAttributeHandleCollection(_reader, EntityHandle.
AssemblyDefinition
);