Implemented interface member:
property
Platform
Microsoft.Build.Tasks.ISGenTaskContract.Platform
1 write to Platform
Microsoft.Build.Tasks.UnitTests (1)
SGen_Tests.cs (1)
180
sgen.
Platform
= "x86";
4 references to Platform
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
280
set => Bag[nameof(
Platform
)] = value;
281
get => (string)Bag[nameof(
Platform
)];
417
if (
Platform
!= null)
419
commandLineBuilder.AppendNestedSwitch("/compiler:", "/platform:",
Platform
);