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