8 references to ReadContentAsInt
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\Attributes.cs (1)
128
ArraySZSize = reader.
ReadContentAsInt
();
System\Runtime\Serialization\XmlReaderDelegator.cs (7)
237
return
ReadContentAsInt
();
293
return new DataNode<int>(
ReadContentAsInt
());
354
return ToChar(
ReadContentAsInt
());
551
return ToShort(
ReadContentAsInt
());
570
return ToByte(
ReadContentAsInt
());
589
return ToSByte(
ReadContentAsInt
());
650
return ToUInt16(
ReadContentAsInt
());