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