5 references to AssemblyFile
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (3)
218case HandleKind.AssemblyFile: return HasCustomAttributeTag.File; 353case HandleKind.AssemblyFile: return ImplementationTag.File; 575case HandleKind.AssemblyFile: return HasCustomDebugInformationTag.File;
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
71case HandleKind.AssemblyFile:
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (1)
47if (resource.Implementation.Kind == HandleKind.AssemblyFile)