11 references to Win32Manifest
Microsoft.Build.Tasks.CodeAnalysis (11)
src\Compilers\Core\MSBuildTask\Csc.cs (4)
632CheckHostObjectSupport(param = nameof(Win32Manifest), cscHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest))); 638if (!string.IsNullOrEmpty(Win32Manifest)) 640CheckHostObjectSupport(param = nameof(Win32Manifest), resultFromHostObjectSetOperation: false);
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
423set { _store[nameof(Win32Manifest)] = value; } 424get { return (string?)_store[nameof(Win32Manifest)]; } 910commandLine.AppendSwitchIfNotNull("/win32manifest:", Win32Manifest);
src\Compilers\Core\MSBuildTask\Vbc.cs (4)
908CheckHostObjectSupport(param = nameof(Win32Manifest), vbcHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest))); 926if (!String.IsNullOrEmpty(Win32Manifest)) 928CheckHostObjectSupport(param = nameof(Win32Manifest), resultFromHostObjectSetOperation: false);