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