12 references to OutLn
Microsoft.Gen.MetricsReports (12)
MetricDefinitionEmitter.cs (9)
28
OutLn
("[");
51
OutLn
(" {");
53
OutLn
($" \"{metricClass.RootNamespace}\":");
57
OutLn
(" [");
73
OutLn
(" ]");
90
OutLn
(" {");
92
OutLn
($" \"MetricName\": \"{metricMethod.MetricName.Replace("\\", "\\\\").Replace("\"", "\\\"")}\",");
96
OutLn
($" \"MetricDescription\": \"{metricMethod.Summary.Replace("\\", "\\\\").Replace("\"", "\\\"")}\",");
103
OutLn
(",");
src\Generators\Shared\EmitterBase.cs (3)
39
OutLn
("{");
46
OutLn
("}");
103
protected void OutGeneratedCodeAttribute() =>
OutLn
($"[{GeneratorUtilities.GeneratedCodeAttribute}]");