3 references to ReadContentAsLong
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlReaderDelegator.cs (3)
248return ReadContentAsLong(); 304return new DataNode<long>(ReadContentAsLong()); 636return ToUInt32(ReadContentAsLong());