5 writes to EventName
Microsoft.NET.Build.Tasks (1)
AllowEmptyTelemetry.cs (1)
19EventName = string.Empty;
Microsoft.NET.Build.Tasks.UnitTests (4)
GivenAAllowEmptyTelemetry.cs (4)
33EventName = "My event name", 54EventName = "My event name", 77EventName = "My event name" 95EventName = "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)
83engine.Log.Should().Contain(telemetryTask.EventName);