3 references to CounterT
Microsoft.Gen.Metrics (3)
Emitter.cs (1)
167case InstrumentKind.CounterT:
MetricFactoryEmitter.cs (1)
129InstrumentKind.CounterT => $"CreateCounter<{metricMethod.GenericType}>",
Parser.cs (1)
244return (InstrumentKind.CounterT, GetGenericType(methodAttributeSymbol));