1 instantiation of ImportScope
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1390return new ImportScope(this, handle);
4 references to ImportScope
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
PDB\MethodDebugInfo.Portable.cs (2)
277var importScope = reader.GetImportScope(handle); 312ImportScope importScope,
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1388public 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);