2 writes to _entryPoint
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ApplicationManifest.cs (2)
92
_entryPoint
= value;
137
_entryPoint
= AssemblyReferences.Find(_entryPointIdentity);
9 references to _entryPoint
Microsoft.Build.Tasks.Core (9)
ManifestUtil\ApplicationManifest.cs (9)
88
return
_entryPoint
;
135
if (
_entryPoint
== null)
400
if (
_entryPoint
!= null)
402
_entryPointIdentity = new AssemblyIdentity(
_entryPoint
.AssemblyIdentity);
403
_entryPointPath =
_entryPoint
.TargetPath;
547
if (
_entryPoint
!= null)
549
bool isCorrectFileType = !String.IsNullOrEmpty(
_entryPoint
.TargetPath) &&
_entryPoint
.TargetPath.EndsWith(".exe", StringComparison.OrdinalIgnoreCase);
552
OutputMessages.AddErrorMessage("GenerateManifest.InvalidEntryPoint",
_entryPoint
.ToString());