Implemented interface member:
property
Platform
Microsoft.Build.Tasks.IALTaskContract.Platform
7 writes to Platform
Microsoft.Build.Tasks.UnitTests (7)
Al_Tests.cs (7)
370
t.
Platform
= "x86";
396
t.
Platform
= "anycpu";
399
t.
Platform
= "anycpu";
403
t.
Platform
= "anycpu";
411
t.
Platform
= "x86";
414
t.
Platform
= "x86";
418
t.
Platform
= "x86";
2 references to Platform
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
369
Assert.Null(t.
Platform
); // "Default value"
371
Assert.Equal("x86", t.
Platform
); // "New value"