3 writes to _targetPath
Microsoft.Build.Tasks.Core (3)
ManifestUtil\BaseReference.cs (3)
39
_targetPath
= GetDefaultTargetPath(path);
145
set =>
_targetPath
= value;
211
set =>
_targetPath
= value;
4 references to _targetPath
Microsoft.Build.Tasks.Core (4)
ManifestUtil\BaseReference.cs (4)
144
get =>
_targetPath
;
160
if (!String.IsNullOrEmpty(
_targetPath
))
162
return
_targetPath
;
210
get =>
_targetPath
;