5 writes to EventName
Microsoft.NET.Build.Tasks (1)
AllowEmptyTelemetry.cs (1)
19
EventName
= string.Empty;
Microsoft.NET.Build.Tasks.UnitTests (4)
GivenAAllowEmptyTelemetry.cs (4)
33
EventName
= "My event name",
54
EventName
= "My event name",
77
EventName
= "My event name"
95
EventName
= "My event name",
3 references to EventName
Microsoft.NET.Build.Tasks (2)
AllowEmptyTelemetry.cs (2)
34
(BuildEngine as IBuildEngine5)?.LogTelemetry(
EventName
, null);
60
(BuildEngine as IBuildEngine5)?.LogTelemetry(
EventName
, properties);
Microsoft.NET.Build.Tasks.UnitTests (1)
GivenAAllowEmptyTelemetry.cs (1)
83
engine.Log.Should().Contain(telemetryTask.
EventName
);