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