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