1 instantiation of DeployManifest
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
444_manifest = new DeployManifest(TargetFrameworkMoniker);
11 references to DeployManifest
Microsoft.Build.Tasks.Core (11)
GenerateDeploymentManifest.cs (5)
126private bool BuildResolvedSettings(DeployManifest manifest) 167return typeof(DeployManifest); 172return BuildDeployManifest(manifest as DeployManifest); 177return BuildResolvedSettings(manifest as DeployManifest); 180private bool BuildDeployManifest(DeployManifest manifest)
GenerateManifestBase.cs (5)
181if (_manifest is DeployManifest) 352if (_manifest is DeployManifest) 442else if (manifestType == typeof(DeployManifest)) 470if (_manifest is DeployManifest deployManifest) 488if (_manifest is DeployManifest)
ManifestUtil\Manifest.cs (1)
464if (this is DeployManifest)