1 instantiation of MethodImport
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1759return new MethodImport(pInvokeMapFlags, importName, importScope);
6 references to MethodImport
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
472MethodImport import = methodDef.GetImport();
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3440var 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)
126public MethodImport GetImport() 131return default(MethodImport);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
120MethodImport mi = MethodDefinition.GetImport();