4 writes to hadDoubleBracket
System.Xml (4)
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
1187
hadDoubleBracket
= true;
1190
hadDoubleBracket
= false;
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
1349
hadDoubleBracket
= true;
1352
hadDoubleBracket
= false;
2 references to hadDoubleBracket
System.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1177
if (
hadDoubleBracket
&& pDst[-1] == (byte) ']') { // pDst[-1] will always correct - there is a padding character at _BUFFER[0]
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1339
if (
hadDoubleBracket
&& pDst[-1] == (byte) ']') { // pDst[-1] will always correct - there is a padding character at _BUFFER[0]