1 write to _manifestType
Microsoft.Build.Tasks.Core (1)
GenerateApplicationManifest.cs (1)
340
_manifestType
= (_ManifestType)Enum.Parse(typeof(_ManifestType), ManifestType, true);
3 references to _manifestType
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (3)
170
manifest.IsClickOnceManifest =
_manifestType
== _ManifestType.ClickOnce;
352
if (
_manifestType
== _ManifestType.Native)
372
if (
_manifestType
== _ManifestType.ClickOnce)