1 write to InstrumentKind
Microsoft.Gen.MetadataExtractor (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
447InstrumentKind = instrumentKind,
5 references to InstrumentKind
Microsoft.Gen.MetadataExtractor (5)
src\Generators\Microsoft.Gen.Metrics\Emitter.cs (2)
164switch (metricMethod.InstrumentKind) 179throw new NotSupportedException($"Instrument type '{metricMethod.InstrumentKind}' is not supported to generate metric");
src\Generators\Microsoft.Gen.Metrics\MetricFactoryEmitter.cs (2)
126string createMethodName = metricMethod.InstrumentKind switch 132_ => throw new NotSupportedException($"Metric type '{metricMethod.InstrumentKind}' is not supported to generate factory"),
src\Generators\Microsoft.Gen.MetricsReports\MetricsReportsHelpers.cs (1)
22Kind: meteringMethod.InstrumentKind,