1 instantiation of ReportedMetricMethod
Microsoft.Gen.MetricsReports (1)
MetricsReportsHelpers.cs (1)
19Methods: meteringClass.Methods.Select(meteringMethod => new ReportedMetricMethod(
3 references to ReportedMetricMethod
Microsoft.Gen.MetricsReports (3)
MetricDefinitionEmitter.cs (2)
61var metricMethod = metricClass.Methods[j]; 79private void GenMetricMethodDefinition(ReportedMetricMethod metricMethod, CancellationToken cancellationToken)
ReportedMetricClass.cs (1)
9internal readonly record struct ReportedMetricClass(string Name, string RootNamespace, string Constraints, string Modifiers, ReportedMetricMethod[] Methods);