Implemented interface member:
property
Types
Microsoft.Build.Tasks.ISGenTaskContract.Types
1 write to Types
Microsoft.Build.Tasks.UnitTests (1)
SGen_Tests.cs (1)
198
sgen.
Types
= new string[] { "System.String", "System.Boolean" };
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
)