3 writes to SourcePath
Microsoft.Build.Tasks.Core (3)
GenerateManifestBase.cs (1)
333
_manifest.
SourcePath
= GetOutputPath();
ManifestUtil\ManifestReader.cs (2)
102
manifest.
SourcePath
= path;
158
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)
588
manifestPath = Path.Combine(Path.GetDirectoryName(
SourcePath
), _entryPoint.TargetPath);
ManifestUtil\ManifestWriter.cs (1)
50
string path = manifest.
SourcePath
?? "manifest.xml";