4 references to CounterT
Microsoft.Gen.MetadataExtractor (4)
src\Generators\Microsoft.Gen.Metrics\Emitter.cs (1)
167case InstrumentKind.CounterT:
src\Generators\Microsoft.Gen.Metrics\MetricFactoryEmitter.cs (1)
129InstrumentKind.CounterT => $"CreateCounter<{metricMethod.GenericType}>",
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
244return (InstrumentKind.CounterT, GetGenericType(methodAttributeSymbol));
src\Generators\Microsoft.Gen.MetricsReports\MetricDefinitionEmitter.cs (1)
148case InstrumentKind.CounterT: