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