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