1 write to EntryPointName
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
164
EntryPointName
= metadata.Name;
8 references to EntryPointName
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (8)
59
string entryPointName = _pInvokeMethodData.
EntryPointName
;
87
uint? objcFunction = MarshalHelpers.GetObjectiveCMessageSendFunction(factory.Target, _pInvokeMethodData.ModuleData.ModuleName, _pInvokeMethodData.
EntryPointName
);
198
EntryPointName
== other.
EntryPointName
&&
210
return ModuleData.GetHashCode() ^
EntryPointName
.GetHashCode();
215
var entryPointCompare = StringComparer.Ordinal.Compare(
EntryPointName
, other.
EntryPointName
);
234
sb.Append(
EntryPointName
);