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