9 references to Instrument
Microsoft.Extensions.Diagnostics.Testing (1)
Metrics\MetricCollector.cs (1)
148/// Gets the <see cref="Instrument"/> that is being recorded.
Microsoft.Extensions.Diagnostics.Testing.Tests (8)
Metrics\MetricCollectorTests.cs (8)
51Assert.Null(collector.Instrument); 59Assert.Equal(counter, collector.Instrument); 80Assert.Equal(counter, collector.Instrument); 104Assert.Equal(counter, collector.Instrument); 125Assert.Equal(counter, collector.Instrument); 151Assert.Equal(counter, collector.Instrument); 172Assert.Equal(counter, collector.Instrument); 212Assert.Equal(counter, collector.Instrument);