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