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