3 references to Counter
Microsoft.Gen.Metrics (3)
Emitter.cs (1)
166case InstrumentKind.Counter:
MetricFactoryEmitter.cs (1)
128InstrumentKind.Counter => $"CreateCounter<{metricMethod.GenericType}>",
Parser.cs (1)
228return (InstrumentKind.Counter, symbols.LongTypeSymbol);