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