1 write to MetricName
Microsoft.Gen.Metrics (1)
Parser.cs (1)
446
MetricName
= string.IsNullOrWhiteSpace(strongTypeAttrParams.MetricNameFromAttribute) ? metricNameFromMethod : strongTypeAttrParams.MetricNameFromAttribute,
1 reference to MetricName
Microsoft.Gen.Metrics (1)
MetricFactoryEmitter.cs (1)
149
OutLn($" var instrument = _meter.{createMethodName}(@\"{metricMethod.
MetricName
}\");");