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