1 instantiation of MethodImport
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1713return new MethodImport(pInvokeMapFlags, importName, importScope);
5 references to MethodImport
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3398var methodImport = MetadataReader.GetMethodDefinition(methodDef).GetImport();
System.Reflection.Metadata (3)
System\Reflection\Metadata\Internal\Tables.cs (1)
1707internal MethodImport GetImport(int rowId)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (2)
127public MethodImport GetImport() 132return default(MethodImport);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
120MethodImport mi = MethodDefinition.GetImport();