Implemented interface member:
property
Win32Resource
Microsoft.Build.Tasks.IALTaskContract.Win32Resource
1 write to Win32Resource
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
606t.Win32Resource = "foo.res";
5 references to Win32Resource
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
258set => Bag[nameof(Win32Resource)] = value; 259get => (string)Bag[nameof(Win32Resource)]; 357commandLine.AppendSwitchIfNotNull("/win32res:", Win32Resource);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
605Assert.Null(t.Win32Resource); // "Default value" 607Assert.Equal("foo.res", t.Win32Resource); // "New value"