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