Implemented interface member:
property
Platform
Microsoft.Build.Tasks.ISGenTaskContract.Platform
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
);