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