2 references to ReadElementContentAsSignedByte
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (2)
279
return (context == null) ? reader.
ReadElementContentAsSignedByte
()
280
: HandleReadValue(reader.
ReadElementContentAsSignedByte
(), context);