1 write to _sourcePath
Microsoft.Build.Tasks.Core (1)
ManifestUtil\Manifest.cs (1)
366
set =>
_sourcePath
= value;
5 references to _sourcePath
Microsoft.Build.Tasks.Core (5)
ManifestUtil\Manifest.cs (5)
218
if (!String.IsNullOrEmpty(
_sourcePath
))
220
defaultDir = Path.GetDirectoryName(
_sourcePath
);
365
get =>
_sourcePath
;
371
return !String.IsNullOrEmpty(
_sourcePath
) ?
_sourcePath
: AssemblyIdentity.ToString();