1 instantiation of DeployManifest
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
456_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)
185if (_manifest is DeployManifest) 362if (_manifest is DeployManifest) 454else if (manifestType == typeof(DeployManifest)) 483if (_manifest is DeployManifest deployManifest) 501if (_manifest is DeployManifest)
ManifestUtil\Manifest.cs (1)
468if (this is DeployManifest)