2 writes to _metricsCollection
Microsoft.VisualStudio.TestPlatform.Common (2)
RequestData.cs (2)
32
_metricsCollection
= new NoOpMetricsCollection();
42
set =>
_metricsCollection
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _metricsCollection
Microsoft.VisualStudio.TestPlatform.Common (1)
RequestData.cs (1)
41
get =>
_metricsCollection
;