11 references to Win32Manifest
Microsoft.Build.Tasks.CodeAnalysis (11)
Csc.cs (4)
576
CheckHostObjectSupport(param = nameof(
Win32Manifest
), cscHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest,
Win32Manifest
)));
582
if (!string.IsNullOrEmpty(
Win32Manifest
))
584
CheckHostObjectSupport(param = nameof(
Win32Manifest
), resultFromHostObjectSetOperation: false);
ManagedCompiler.cs (3)
411
set { _store[nameof(
Win32Manifest
)] = value; }
412
get { return (string?)_store[nameof(
Win32Manifest
)]; }
931
commandLine.AppendSwitchIfNotNull("/win32manifest:",
Win32Manifest
);
Vbc.cs (4)
902
CheckHostObjectSupport(param = nameof(
Win32Manifest
), vbcHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest,
Win32Manifest
)));
920
if (!String.IsNullOrEmpty(
Win32Manifest
))
922
CheckHostObjectSupport(param = nameof(
Win32Manifest
), resultFromHostObjectSetOperation: false);