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