2 references to AssemblyDefinition
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
42
public sealed override IEnumerable<CustomAttributeData> CustomAttributes =>
AssemblyDefinition
.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaManifestModule());
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs (1)
16
AssemblyDefinition ad =
AssemblyDefinition
;