1 write to reader
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
1819reader = new DelimittedStreamReader(stream);
5 references to reader
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (5)
1824reader.Push(boundaryBytes, 0, 2); 1829reader.Close(); 1839Stream s = reader.GetNextStream(boundaryBytes); 1855return reader.GetNextStream(boundaryBytes); 1868Stream stream = reader.GetNextStream(CRLFCRLF);