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";
2 references to Win32Icon
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
589Assert.Null(t.Win32Icon); // "Default value" 591Assert.Equal("foo.ico", t.Win32Icon); // "New value"