3 writes to Keyword
Microsoft.Gen.Metrics (3)
Parser.cs (3)
139
Keyword
= typeDeclaration.Keyword.ValueText,
161
Keyword
= parentMetricClass.Keyword.ValueText,
195
metricType.
Keyword
+= " struct";
3 references to Keyword
Microsoft.Gen.Metrics (3)
Emitter.cs (2)
109
parentTypes.Add($"{parent.Modifiers} {parent.
Keyword
} {parent.Name} {parent.Constraints}");
121
OutLn($"{metricType.Modifiers} {metricType.
Keyword
} {metricType.Name} {metricType.Constraints}");
Parser.cs (1)
193
!metricType.
Keyword
.Contains("struct"))