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