4 references to Module
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
475
ModuleReference moduleRef = metadataReader.GetModuleReference(import.
Module
);
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
3441
if (methodImport.
Module
.IsNil)
3447
string moduleName = GetModuleRefNameOrThrow(methodImport.
Module
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
121
string libraryName = mi.
Module
.GetModuleReference(reader).Name.GetString(reader);