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