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