4 references to CEntryPoint
ILCompiler.ReadyToRun (4)
PortableCallHelpers\PInvokeTableGenerator.cs (4)
96.GroupBy(CEntryPoint, StringComparer.Ordinal); 148return $" {{ \"{EscapeLiteral(p.EntryPoint)}\", (void*)&{CEntryPoint(p)} }}, // {ListRefs(l)}{w.NewLine}"; 149return $" DllImportEntry({CEntryPoint(p)}) // {ListRefs(l)}{w.NewLine}"; 376return $" {importAttributes}{externKeyword}{MapType(returnType)} {CEntryPoint(pinvoke)} ({string.Join(", ", parameterTypes)});";