1 write to _manifestType
Microsoft.Build.Tasks.Core (1)
GenerateApplicationManifest.cs (1)
339_manifestType = (_ManifestType)Enum.Parse(typeof(_ManifestType), ManifestType, true);
3 references to _manifestType
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (3)
169manifest.IsClickOnceManifest = _manifestType == _ManifestType.ClickOnce; 351if (_manifestType == _ManifestType.Native) 371if (_manifestType == _ManifestType.ClickOnce)