2 writes to _entryPoint
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ApplicationManifest.cs (2)
91
_entryPoint
= value;
136
_entryPoint
= AssemblyReferences.Find(_entryPointIdentity);
9 references to _entryPoint
Microsoft.Build.Tasks.Core (9)
ManifestUtil\ApplicationManifest.cs (9)
87
return
_entryPoint
;
134
if (
_entryPoint
== null)
399
if (
_entryPoint
!= null)
401
_entryPointIdentity = new AssemblyIdentity(
_entryPoint
.AssemblyIdentity);
402
_entryPointPath =
_entryPoint
.TargetPath;
546
if (
_entryPoint
!= null)
548
bool isCorrectFileType = !String.IsNullOrEmpty(
_entryPoint
.TargetPath) &&
_entryPoint
.TargetPath.EndsWith(".exe", StringComparison.OrdinalIgnoreCase);
551
OutputMessages.AddErrorMessage("GenerateManifest.InvalidEntryPoint",
_entryPoint
.ToString());