2 writes to ItemType
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
47ItemType = itemType; 134ItemType = reader.ReadOptionalString();
6 references to ItemType
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (1)
1452string.Equals(taskParameterEventArgs.ItemType, ItemTypeNames.EmbedInBinlog, StringComparison.OrdinalIgnoreCase) &&
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
381args.PropertyName ?? args.ItemType,
Logging\BinaryLogger\BuildEventArgsWriter.cs (2)
666WriteDeduplicatedString(e.ItemType); 673CheckForFilesToEmbed(e.ItemType, e.Items, e.ProjectFile);
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
111sb.AppendLine($"{args.Kind}: {args.ItemType}"); 185writer.WriteOptionalString(ItemType);