10 references to Int32
System.Runtime.Serialization (10)
System\Xml\ValueHandle.cs (8)
181case ValueHandleType.Int32: 250if (type == ValueHandleType.Int32) 284if (type == ValueHandleType.Int32) 362if (type == ValueHandleType.Int32) 497case ValueHandleType.Int32: 574case ValueHandleType.Int32: 634case ValueHandleType.Int32: 913Fx.Assert(type == ValueHandleType.Int32, "");
System\Xml\XmlBinaryReader.cs (1)
684ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Int32, ValueHandleLength.Int32);
System\Xml\XmlBufferReader.cs (1)
1327ReadValue(value, ValueHandleType.Int32, ValueHandleLength.Int32);