1 write to Instance
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
154
Instance
??= new DataCollectionManager(messageSink, requestData, telemetryReporter);
3 references to Instance
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
32
: this(messageSink, new SocketCommunicationManager(), DataCollectionManager.
Instance
, JsonDataSerializer.Instance)
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
150
if (
Instance
== null)
158
return
Instance
;