8 references to ReadContentAsInt
System.Runtime.Serialization (8)
System\Runtime\Serialization\Attributes.cs (1)
148
ArraySZSize = reader.
ReadContentAsInt
();
System\Runtime\Serialization\XmlReaderDelegator.cs (7)
246
return
ReadContentAsInt
();
302
return new DataNode<int>(
ReadContentAsInt
());
365
return ToChar(
ReadContentAsInt
());
573
return ToShort(
ReadContentAsInt
());
592
return ToByte(
ReadContentAsInt
());
614
return ToSByte(
ReadContentAsInt
());
686
return ToUInt16(
ReadContentAsInt
());