8 references to scratch
System.Runtime.Serialization (8)
System\Xml\XmlMtomReader.cs (8)
1824if (BlockRead(stream, scratch, 0, 2) == 2) 1826if (scratch[0] == '\r' && scratch[1] == '\n') 1834else if (scratch[0] == '-' && scratch[1] == '-') 1836int read = BlockRead(stream, scratch, 0, 2); 1838if (read < 2 || (scratch[0] == '\r' && scratch[1] == '\n'))