2 writes to ItemType
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
48ItemType = itemType; 135ItemType = reader.ReadOptionalString();
2 references to ItemType
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
112sb.AppendLine($"{args.Kind}: {args.ItemType}"); 186writer.WriteOptionalString(ItemType);