1 write to GenericType
Microsoft.Gen.Metrics (1)
Parser.cs (1)
453
GenericType
= genericType.ToDisplayString(_genericTypeSymbolFormat),
7 references to GenericType
Microsoft.Gen.Metrics (7)
Emitter.cs (1)
165
string metricValueType = metricMethod.
GenericType
;
MetricFactoryEmitter.cs (6)
128
InstrumentKind.Counter => $"CreateCounter<{metricMethod.
GenericType
}>",
129
InstrumentKind.CounterT => $"CreateCounter<{metricMethod.
GenericType
}>",
130
InstrumentKind.Histogram => $"CreateHistogram<{metricMethod.
GenericType
}>",
131
InstrumentKind.HistogramT => $"CreateHistogram<{metricMethod.
GenericType
}>",
132
InstrumentKind.Gauge => $"CreateGauge<{metricMethod.
GenericType
}>",
133
InstrumentKind.GaugeT => $"CreateGauge<{metricMethod.
GenericType
}>",