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