2 writes to MetricNameFromAttribute
Microsoft.Gen.MetricsReports (2)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (2)
438
(strongTypeAttrParams.
MetricNameFromAttribute
, strongTypeAttrParams.TagHashSet, strongTypeAttrParams.TagDescriptionDictionary) = parameters;
615
strongTypeAttributeParameters.
MetricNameFromAttribute
= namedArgument.Value.Value.ToString();
2 references to MetricNameFromAttribute
Microsoft.Gen.MetricsReports (2)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (2)
446
MetricName = string.IsNullOrWhiteSpace(strongTypeAttrParams.
MetricNameFromAttribute
) ? metricNameFromMethod : strongTypeAttrParams.
MetricNameFromAttribute
,