4 references to NoWin32Manifest
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (3)
258set { _store[nameof(NoWin32Manifest)] = value; } 259get { return _store.GetOrDefault(nameof(NoWin32Manifest), false); } 887commandLine.AppendWhenTrue("/nowin32manifest", _store, nameof(NoWin32Manifest));
Vbc.cs (1)
901CheckHostObjectSupport(param = nameof(Win32Manifest), vbcHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest)));