6 references to AssemblyFile
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
264
else if (handle.Kind == HandleKind.
AssemblyFile
)
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (3)
218
case HandleKind.
AssemblyFile
: return HasCustomAttributeTag.File;
353
case HandleKind.
AssemblyFile
: return ImplementationTag.File;
575
case HandleKind.
AssemblyFile
: return HasCustomDebugInformationTag.File;
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
71
case HandleKind.
AssemblyFile
:
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (1)
47
if (resource.Implementation.Kind == HandleKind.
AssemblyFile
)