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