2 writes to Name
Microsoft.Gen.Metrics (2)
Parser.cs (2)
137Name = typeDeclaration.Identifier.ToString() + typeDeclaration.TypeParameterList, 159Name = parentMetricClass.Identifier.ToString() + parentMetricClass.TypeParameterList,
4 references to Name
Microsoft.Gen.Metrics (4)
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}");
MetricFactoryEmitter.cs (1)
73foreach (var metricClass in metricClasses.OrderBy(static x => x.Name))