2 writes to ItemType
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
47ItemType = itemType; 134ItemType = reader.ReadOptionalString();
5 references to ItemType
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
381args.PropertyName ?? args.ItemType,
Logging\BinaryLogger\BuildEventArgsWriter.cs (2)
651WriteDeduplicatedString(e.ItemType); 658CheckForFilesToEmbed(e.ItemType, e.Items);
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
111sb.AppendLine($"{args.Kind}: {args.ItemType}"); 185writer.WriteOptionalString(ItemType);