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