1 write to Type
Microsoft.Extensions.Telemetry.Abstractions (1)
Metrics\GaugeAttribute.cs (1)
52Type = type;
2 references to Type
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
82Assert.Null(attribute.Type); 169Assert.Equal(typeof(TagNameTest), attribute.Type);