3 references to _writer
System.Text.RegularExpressions.Generator (3)
RegexGenerator.Emitter.cs (3)
5876
if (
_writer
is not null)
5878
_writer
.Indent--;
5879
_writer
.WriteLine(_faux ? "//}" : "}");