1 write to _dataCollectorsThatRequested
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionEnvironmentVariable.cs (1)
45_dataCollectorsThatRequested = new List<string> { requestingDataCollectorFriendlyName };
2 references to _dataCollectorsThatRequested
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionEnvironmentVariable.cs (2)
77return _dataCollectorsThatRequested[0]; 88_dataCollectorsThatRequested.Add(requestingDataCollectorFriendlyName);