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