1 write to _pInvokeMethodData
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
27_pInvokeMethodData = pInvokeMethodData;
10 references to _pInvokeMethodData
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (10)
33_pInvokeMethodData.AppendMangledName(nameMangler, sb); 59string entryPointName = _pInvokeMethodData.EntryPointName; 78builder.EmitPointerReloc(factory.PInvokeModuleFixup(_pInvokeMethodData.ModuleData)); 82uint charsetFlags = (uint)_pInvokeMethodData.CharSetMangling; 87uint? objcFunction = MarshalHelpers.GetObjectiveCMessageSendFunction(factory.Target, _pInvokeMethodData.ModuleData.ModuleName, _pInvokeMethodData.EntryPointName); 99if (_pInvokeMethodData.SignatureBytes >= 0) 102flags |= ((uint)_pInvokeMethodData.SignatureBytes << 16); 115return _pInvokeMethodData.CompareTo(((PInvokeMethodFixupNode)other)._pInvokeMethodData, comparer);