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)
129
private bool BuildResolvedSettings(
DeployManifest
manifest)
170
return typeof(
DeployManifest
);
175
return BuildDeployManifest(manifest as
DeployManifest
);
180
return BuildResolvedSettings(manifest as
DeployManifest
);
183
private bool BuildDeployManifest(
DeployManifest
manifest)
GenerateManifestBase.cs (5)
184
if (_manifest is
DeployManifest
)
355
if (_manifest is
DeployManifest
)
445
else if (manifestType == typeof(
DeployManifest
))
474
if (_manifest is
DeployManifest
deployManifest)
492
if (_manifest is
DeployManifest
)
ManifestUtil\Manifest.cs (1)
468
if (this is
DeployManifest
)