4 references to Record
Microsoft.Gen.Metrics.Generated.Tests (4)
..\..\..\..\test\Generators\Microsoft.Gen.Metrics\Generated\MetricTests.Ext.cs (4)
21var ex = Assert.Throws<ArgumentNullException>(() => recorder.Record(4L, null!)); 166recorder.Record(1L, histogramDimensionsTest); 188recorder.Record(2L, histogramDimensionsTest); 210recorder.Record(3L, histogramDimensionsTest);