2 writes to _sourcePath
Microsoft.Build.Tasks.Core (2)
ManifestUtil\BaseReference.cs (2)
38
_sourcePath
= path;
135
set =>
_sourcePath
= value;
3 references to _sourcePath
Microsoft.Build.Tasks.Core (3)
ManifestUtil\BaseReference.cs (3)
134
get =>
_sourcePath
;
150
if (!String.IsNullOrEmpty(
_sourcePath
))
152
return
_sourcePath
;