9 references to Int32
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (7)
181case ValueHandleType.Int32: 250if (type == ValueHandleType.Int32) 284if (type == ValueHandleType.Int32) 362if (type == ValueHandleType.Int32) 496case ValueHandleType.Int32: 586case ValueHandleType.Int32: 863DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int32, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
656ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Int32, ValueHandleLength.Int32);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1299ReadValue(value, ValueHandleType.Int32, ValueHandleLength.Int32);