8 references to scratch
System.ServiceModel.Primitives (8)
Internals\System\Xml\XmlMtomReader.cs (8)
1873if (BlockRead(stream, scratch, 0, 2) == 2) 1875if (scratch[0] == '\r' && scratch[1] == '\n') 1883else if (scratch[0] == '-' && scratch[1] == '-') 1885int read = BlockRead(stream, scratch, 0, 2); 1887if (read < 2 || (scratch[0] == '\r' && scratch[1] == '\n'))