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)
170manifest.IsClickOnceManifest = _manifestType == _ManifestType.ClickOnce; 352if (_manifestType == _ManifestType.Native) 372if (_manifestType == _ManifestType.ClickOnce)