2 writes to MetricNameFromAttribute
Microsoft.Gen.MetadataExtractor (2)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (2)
444
(strongTypeAttrParams.
MetricNameFromAttribute
, strongTypeAttrParams.MetricUnitFromAttribute, strongTypeAttrParams.TagHashSet, strongTypeAttrParams.TagDescriptionDictionary) = parameters;
625
strongTypeAttributeParameters.
MetricNameFromAttribute
= nameValue.ToString();
2 references to MetricNameFromAttribute
Microsoft.Gen.MetadataExtractor (2)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (2)
452
MetricName = string.IsNullOrWhiteSpace(strongTypeAttrParams.
MetricNameFromAttribute
) ? metricNameFromMethod : strongTypeAttrParams.
MetricNameFromAttribute
,