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