1 write to Type
Microsoft.Extensions.Telemetry.Abstractions (1)
Metrics\GaugeAttributeT.cs (1)
60Type = type;
2 references to Type
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
98Assert.Null(attribute.Type); 202Assert.Equal(typeof(TagNameTest), attribute.Type);