1 write to _manifestType
Microsoft.Build.Tasks.Core (1)
GenerateApplicationManifest.cs (1)
346
_manifestType
= (_ManifestType)Enum.Parse(typeof(_ManifestType), ManifestType, true);
3 references to _manifestType
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (3)
175
manifest.IsClickOnceManifest =
_manifestType
== _ManifestType.ClickOnce;
358
if (
_manifestType
== _ManifestType.Native)
378
if (
_manifestType
== _ManifestType.ClickOnce)