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