1 instantiation of DeployManifest
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
447_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)
184if (_manifest is DeployManifest) 355if (_manifest is DeployManifest) 445else if (manifestType == typeof(DeployManifest)) 474if (_manifest is DeployManifest deployManifest) 492if (_manifest is DeployManifest)
ManifestUtil\Manifest.cs (1)
468if (this is DeployManifest)