1 write to matchBuffer
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
2076matchBuffer = new byte[delimitter.Length - read];
5 references to matchBuffer
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (5)
2075if (matchBuffer == null || matchBuffer.Length < delimitter.Length - read) 2078int matched = stream.ReadBlock(matchBuffer, 0, delimitter.Length - read); 2087stream.Push(matchBuffer, 0, matched); 2113if (delimitter[start + count] != matchBuffer[count])