5 references to Properties
Microsoft.Build.Framework (4)
TelemetryEventArgs.cs (4)
32
int count =
Properties
?.Count ?? 0;
35
if (
Properties
== null)
40
foreach (var kvp in
Properties
)
57
Properties
.Add(key, value);
Microsoft.DotNet.ArcadeLogging (1)
PipelinesLogger.cs (1)
204
if (!e.
Properties
.TryGetValue("Category", out string telemetryCategory))