1 write to _messageSink
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
47
_messageSink
= messageSink;
3 references to _messageSink
Microsoft.TestPlatform.CommunicationUtilities (3)
DataCollectionTestCaseEventHandler.cs (3)
96
_messageSink
.SendMessage(new DataCollectionMessageEventArgs(TestMessageLevel.Error, $"Error occurred during TestCaseStarted event handling: {ex}"));
120
_messageSink
.SendMessage(new DataCollectionMessageEventArgs(TestMessageLevel.Error, $"Error occurred during DataCollectionTestEnd event handling: {ex}"));
141
_messageSink
.SendMessage(new DataCollectionMessageEventArgs(TestMessageLevel.Error, $"Error occurred during SessionEnd event handling: {ex}"));