3 references to Module
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
3399if (methodImport.Module.IsNil) 3405string 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);