11 references to Win32Manifest
Microsoft.Build.Tasks.CodeAnalysis.Sdk (11)
src\Compilers\Core\MSBuildTask\Csc.cs (4)
625CheckHostObjectSupport(param = nameof(Win32Manifest), cscHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest))); 631if (!string.IsNullOrEmpty(Win32Manifest)) 633CheckHostObjectSupport(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)
901CheckHostObjectSupport(param = nameof(Win32Manifest), vbcHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest))); 919if (!String.IsNullOrEmpty(Win32Manifest)) 921CheckHostObjectSupport(param = nameof(Win32Manifest), resultFromHostObjectSetOperation: false);