Implemented interface member:
property
Types
Microsoft.Build.Tasks.ISGenTaskContract.Types
4 references to Types
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
284
set => Bag[nameof(
Types
)] = value;
285
get => (string[])Bag[nameof(
Types
)];
392
if (
Types
!= null)
394
foreach (string type in
Types
)