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)
126
private bool BuildResolvedSettings(
DeployManifest
manifest)
167
return typeof(
DeployManifest
);
172
return BuildDeployManifest(manifest as
DeployManifest
);
177
return BuildResolvedSettings(manifest as
DeployManifest
);
180
private bool BuildDeployManifest(
DeployManifest
manifest)
GenerateManifestBase.cs (5)
181
if (_manifest is
DeployManifest
)
352
if (_manifest is
DeployManifest
)
442
else if (manifestType == typeof(
DeployManifest
))
470
if (_manifest is
DeployManifest
deployManifest)
488
if (_manifest is
DeployManifest
)
ManifestUtil\Manifest.cs (1)
464
if (this is
DeployManifest
)