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