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