Ejemplo n.º 1
0
 internal void Write(ReadOnlySpan <char> s)
 {
     offset += Quoting.Quote(s, Remaining);
 }