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