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