3 writes to SourcePath
Microsoft.Build.Tasks.Core (3)
GenerateManifestBase.cs (1)
323
_manifest.
SourcePath
= GetOutputPath();
ManifestUtil\ManifestReader.cs (2)
101
manifest.
SourcePath
= path;
155
m.
SourcePath
= path;
3 references to SourcePath
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ApplicationManifest.cs (1)
433
string outputFileName = Path.GetFileName(
SourcePath
);
ManifestUtil\DeployManifest.cs (1)
581
manifestPath = Path.Combine(Path.GetDirectoryName(
SourcePath
), _entryPoint.TargetPath);
ManifestUtil\ManifestWriter.cs (1)
46
string path = manifest.
SourcePath
?? "manifest.xml";