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