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