1 write to EntryPoint
Microsoft.Build.Tasks.Core (1)
GenerateApplicationManifest.cs (1)
354
EntryPoint
= null; // EntryPoint is ignored if ManifestType="Native"
2 references to EntryPoint
Microsoft.Build.Tasks.Core (2)
GenerateManifestBase.cs (2)
485
if (!String.IsNullOrEmpty(
EntryPoint
?.ItemSpec))
497
_manifest.EntryPoint = AddEntryPointFromItem(
EntryPoint
, referenceType);