Implemented interface member:
property
Win32Icon
Microsoft.Build.Tasks.IALTaskContract.Win32Icon
3 references to Win32Icon
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
252set => Bag[nameof(Win32Icon)] = value; 253get => (string)Bag[nameof(Win32Icon)]; 356commandLine.AppendSwitchIfNotNull("/win32icon:", Win32Icon);