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