Implemented interface member:
property
Win32Resource
Microsoft.Build.Tasks.IALTaskContract.Win32Resource
3 references to Win32Resource
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
258set => Bag[nameof(Win32Resource)] = value; 259get => (string)Bag[nameof(Win32Resource)]; 365commandLine.AppendSwitchIfNotNull("/win32res:", Win32Resource);