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