Implemented interface member:
property
Platform
Microsoft.Build.Tasks.ISGenTaskContract.Platform
4 references to Platform
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
275
set => Bag[nameof(
Platform
)] = value;
276
get => (string)Bag[nameof(
Platform
)];
416
if (
Platform
!= null)
418
commandLineBuilder.AppendNestedSwitch("/compiler:", "/platform:",
Platform
);