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