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