2 references to _supportedTs
Microsoft.Extensions.Diagnostics.Testing (2)
Metrics\MetricCollector.cs (2)
110if (!_supportedTs.Contains(typeof(T))) 112var str = string.Join(", ", _supportedTs.Select(t => t.Name).ToArray());