1 write to InstrumentKind
Microsoft.Gen.Metrics (1)
Parser.cs (1)
452InstrumentKind = instrumentKind,
4 references to InstrumentKind
Microsoft.Gen.Metrics (4)
Emitter.cs (2)
167switch (metricMethod.InstrumentKind) 188throw new NotSupportedException($"Instrument type '{metricMethod.InstrumentKind}' is not supported to generate metric");
MetricFactoryEmitter.cs (2)
126string createMethodName = metricMethod.InstrumentKind switch 134_ => throw new NotSupportedException($"Metric type '{metricMethod.InstrumentKind}' is not supported to generate factory"),