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