4 references to OutLn
Microsoft.Gen.ContextualOptions (4)
Emitter.cs (1)
20
OutLn
(FormatClass(optionsContextType).ToString(CultureInfo.InvariantCulture));
src\Generators\Shared\EmitterBase.cs (3)
39
OutLn
("{");
46
OutLn
("}");
103
protected void OutGeneratedCodeAttribute() =>
OutLn
($"[{GeneratorUtilities.GeneratedCodeAttribute}]");