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