1 write to matchBuffer
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
2028
this.
matchBuffer
= new byte[this.delimitter.Length - read];
5 references to matchBuffer
System.Runtime.Serialization (5)
System\Xml\XmlMtomReader.cs (5)
2027
if (this.
matchBuffer
== null || this.
matchBuffer
.Length < this.delimitter.Length - read)
2030
int matched = this.stream.ReadBlock(this.
matchBuffer
, 0, this.delimitter.Length - read);
2039
this.stream.Push(this.
matchBuffer
, 0, matched);
2065
if (this.delimitter[start + count] != this.
matchBuffer
[count])