1 instantiation of MethodImport
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1759
return new
MethodImport
(pInvokeMapFlags, importName, importScope);
6 references to MethodImport
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
472
MethodImport
import = methodDef.GetImport();
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3440
var
methodImport = MetadataReader.GetMethodDefinition(methodDef).GetImport();
System.Reflection.Metadata (3)
System\Reflection\Metadata\Internal\Tables.cs (1)
1753
internal
MethodImport
GetImport(int rowId)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (2)
126
public
MethodImport
GetImport()
131
return default(
MethodImport
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
120
MethodImport
mi = MethodDefinition.GetImport();