1 write to Instance
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventSender.cs (1)
56Instance ??= new DataCollectionTestCaseEventSender();
5 references to Instance
Microsoft.TestPlatform.CommunicationUtilities (2)
DataCollectionTestCaseEventSender.cs (2)
52if (Instance == null) 60return Instance;
Microsoft.TestPlatform.CrossPlatEngine (3)
EventHandlers\TestRequestHandler.cs (1)
602if ((XmlRunSettingsUtilities.IsDataCollectionEnabled(runSettings) && DataCollectionTestCaseEventSender.Instance != null)
Execution\ExecutionManager.cs (2)
222if (DataCollectionTestCaseEventSender.Instance != null && XmlRunSettingsUtilities.IsDataCollectionEnabled(runSettings)) 225_ = new ProxyOutOfProcDataCollectionManager(DataCollectionTestCaseEventSender.Instance, testEventsPublisher);