Implemented interface member:
property
Win32Icon
Microsoft.Build.Tasks.IALTaskContract.Win32Icon
1 write to Win32Icon
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
590t.Win32Icon = "foo.ico";
5 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);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
589Assert.Null(t.Win32Icon); // "Default value" 591Assert.Equal("foo.ico", t.Win32Icon); // "New value"