1 write to _sourcePath
Microsoft.Build.Tasks.Core (1)
ManifestUtil\Manifest.cs (1)
362
set =>
_sourcePath
= value;
5 references to _sourcePath
Microsoft.Build.Tasks.Core (5)
ManifestUtil\Manifest.cs (5)
214
if (!String.IsNullOrEmpty(
_sourcePath
))
216
defaultDir = Path.GetDirectoryName(
_sourcePath
);
361
get =>
_sourcePath
;
367
return !String.IsNullOrEmpty(
_sourcePath
) ?
_sourcePath
: AssemblyIdentity.ToString();