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()); 551return ToShort(ReadContentAsInt()); 570return ToByte(ReadContentAsInt()); 589return ToSByte(ReadContentAsInt()); 650return ToUInt16(ReadContentAsInt());