2 writes to ItemType
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
48ItemType = itemType; 135ItemType = reader.ReadOptionalString();
6 references to ItemType
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
382args.PropertyName ?? args.ItemType,
Logging\BinaryLogger\BuildEventArgsWriter.cs (2)
646WriteDeduplicatedString(e.ItemType); 653CheckForFilesToEmbed(e.ItemType, e.Items);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
735e => e.ItemType,
Microsoft.Build.Framework (2)
TaskParameterEventArgs.cs (2)
112sb.AppendLine($"{args.Kind}: {args.ItemType}"); 186writer.WriteOptionalString(ItemType);