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