2 writes to Name
Microsoft.Gen.MetadataExtractor (2)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (2)
137
Name
= typeDeclaration.Identifier.ToString() + typeDeclaration.TypeParameterList,
159
Name
= parentMetricClass.Identifier.ToString() + parentMetricClass.TypeParameterList,
5 references to Name
Microsoft.Gen.MetadataExtractor (5)
src\Generators\Microsoft.Gen.Metrics\Emitter.cs (3)
59
foreach (var metricClass in metricTypes.OrderBy(static x => x.
Name
))
109
parentTypes.Add($"{parent.Modifiers} {parent.Keyword} {parent.
Name
} {parent.Constraints}");
121
OutLn($"{metricType.Modifiers} {metricType.Keyword} {metricType.
Name
} {metricType.Constraints}");
src\Generators\Microsoft.Gen.Metrics\MetricFactoryEmitter.cs (1)
73
foreach (var metricClass in metricClasses.OrderBy(static x => x.
Name
))
src\Generators\Microsoft.Gen.MetricsReports\MetricsReportsHelpers.cs (1)
15
Name: meteringClass.
Name
,