3 writes to _entryPointPath
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ApplicationManifest.cs (3)
403
_entryPointPath
= _entryPoint.TargetPath;
408
_entryPointPath
= null;
806
set =>
_entryPointPath
= value;
1 reference to _entryPointPath
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ApplicationManifest.cs (1)
805
get =>
_entryPointPath
;