7 references to Win32Manifest
Microsoft.Build.Tasks.CodeAnalysis (7)
ManagedCompiler.cs (3)
423set { _store[nameof(Win32Manifest)] = value; } 424get { return (string?)_store[nameof(Win32Manifest)]; } 903commandLine.AppendSwitchIfNotNull("/win32manifest:", Win32Manifest);
Vbc.cs (4)
901CheckHostObjectSupport(param = nameof(Win32Manifest), vbcHostObject2.SetWin32Manifest(GetWin32ManifestSwitch(NoWin32Manifest, Win32Manifest))); 919if (!String.IsNullOrEmpty(Win32Manifest)) 921CheckHostObjectSupport(param = nameof(Win32Manifest), resultFromHostObjectSetOperation: false);