1 instantiation of DeployManifest
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
465
_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)
188
if (_manifest is
DeployManifest
)
371
if (_manifest is
DeployManifest
)
463
else if (manifestType == typeof(
DeployManifest
))
492
if (_manifest is
DeployManifest
deployManifest)
510
if (_manifest is
DeployManifest
)
ManifestUtil\Manifest.cs (1)
468
if (this is
DeployManifest
)