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