1 write to ModuleData
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
162ModuleData = new PInvokeModuleData(metadata.Module, dllImportSearchPath, declaringModule);
8 references to ModuleData
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (8)
78builder.EmitPointerReloc(factory.PInvokeModuleFixup(_pInvokeMethodData.ModuleData)); 87uint? objcFunction = MarshalHelpers.GetObjectiveCMessageSendFunction(factory.Target, _pInvokeMethodData.ModuleData.ModuleName, _pInvokeMethodData.EntryPointName); 197return ModuleData.Equals(other.ModuleData) && 210return ModuleData.GetHashCode() ^ EntryPointName.GetHashCode(); 219var moduleCompare = ModuleData.CompareTo(other.ModuleData, comparer); 232ModuleData.AppendMangledName(nameMangler, sb);