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