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