1 instantiation of DeployManifest
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
465_manifest = new DeployManifest(TargetFrameworkMoniker);
11 references to DeployManifest
Microsoft.Build.Tasks.Core (11)
GenerateDeploymentManifest.cs (5)
129private bool BuildResolvedSettings(DeployManifest manifest) 170return typeof(DeployManifest); 175return BuildDeployManifest(manifest as DeployManifest); 180return BuildResolvedSettings(manifest as DeployManifest); 183private bool BuildDeployManifest(DeployManifest manifest)
GenerateManifestBase.cs (5)
188if (_manifest is DeployManifest) 371if (_manifest is DeployManifest) 463else if (manifestType == typeof(DeployManifest)) 492if (_manifest is DeployManifest deployManifest) 510if (_manifest is DeployManifest)
ManifestUtil\Manifest.cs (1)
468if (this is DeployManifest)