Implemented interface member:
property
Win32Icon
Microsoft.Build.Tasks.IALTaskContract.Win32Icon
1 write to Win32Icon
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
590
t.
Win32Icon
= "foo.ico";
5 references to Win32Icon
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
252
set => Bag[nameof(
Win32Icon
)] = value;
253
get => (string)Bag[nameof(
Win32Icon
)];
356
commandLine.AppendSwitchIfNotNull("/win32icon:",
Win32Icon
);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
589
Assert.Null(t.
Win32Icon
); // "Default value"
591
Assert.Equal("foo.ico", t.
Win32Icon
); // "New value"