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