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)
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)
185
if (_manifest is
DeployManifest
)
362
if (_manifest is
DeployManifest
)
454
else if (manifestType == typeof(
DeployManifest
))
483
if (_manifest is
DeployManifest
deployManifest)
501
if (_manifest is
DeployManifest
)
ManifestUtil\Manifest.cs (1)
468
if (this is
DeployManifest
)