1 write to GenericType
Microsoft.Gen.Metrics (1)
Parser.cs (1)
448
GenericType
= genericType.ToDisplayString(_genericTypeSymbolFormat),
5 references to GenericType
Microsoft.Gen.Metrics (5)
Emitter.cs (1)
162
string metricValueType = metricMethod.
GenericType
;
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
}>",