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)
175manifest.IsClickOnceManifest = _manifestType == _ManifestType.ClickOnce; 358if (_manifestType == _ManifestType.Native) 378if (_manifestType == _ManifestType.ClickOnce)