4 references to SafeInvoke
Microsoft.TestPlatform.CommunicationUtilities (1)
Interfaces\Communication\ICommunicationChannel.cs (1)
51
e.
SafeInvoke
(sender, eventArgs!, traceDisplayName);
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\MulticastDelegateUtilities.cs (1)
29
SafeInvoke
(delegates, sender, (object)args, traceDisplayName);
Microsoft.VisualStudio.TestPlatform.Client (2)
Discovery\DiscoveryRequest.cs (1)
374
OnRawMessageReceived?.
SafeInvoke
(this, rawMessage, "DiscoveryRequest.RawMessageReceived");
Execution\TestRunRequest.cs (1)
541
OnRawMessageReceived?.
SafeInvoke
(this, rawMessage, "TestRunRequest.RawMessageReceived");