5 references to NoWin32Manifest
Microsoft.Build.Tasks.CodeAnalysis (5)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
625CheckHostObjectSupport(param = nameof(Win32Manifest), cscHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest)));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
258set { _store[nameof(NoWin32Manifest)] = value; } 259get { return _store.GetOrDefault(nameof(NoWin32Manifest), false); } 894commandLine.AppendWhenTrue("/nowin32manifest", _store, nameof(NoWin32Manifest));
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
901CheckHostObjectSupport(param = nameof(Win32Manifest), vbcHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest)));