1 instantiation of ImportScope
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1409
return new
ImportScope
(this, handle);
2 references to ImportScope
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1407
public
ImportScope
GetImportScope(ImportScopeHandle handle)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
32
public static
ImportScope
GetImportScope(this ImportScopeHandle handle, MetadataReader reader) => reader.GetImportScope(handle);