1 write to GenericType
Microsoft.Gen.MetadataExtractor (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
448GenericType = genericType.ToDisplayString(_genericTypeSymbolFormat),
5 references to GenericType
Microsoft.Gen.MetadataExtractor (5)
src\Generators\Microsoft.Gen.Metrics\Emitter.cs (1)
162string metricValueType = metricMethod.GenericType;
src\Generators\Microsoft.Gen.Metrics\MetricFactoryEmitter.cs (4)
128InstrumentKind.Counter => $"CreateCounter<{metricMethod.GenericType}>", 129InstrumentKind.CounterT => $"CreateCounter<{metricMethod.GenericType}>", 130InstrumentKind.Histogram => $"CreateHistogram<{metricMethod.GenericType}>", 131InstrumentKind.HistogramT => $"CreateHistogram<{metricMethod.GenericType}>",