2 references to ReadElementContentAsSignedByte
System.Runtime.Serialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
266return (context == null) ? reader.ReadElementContentAsSignedByte() 267: HandleReadValue(reader.ReadElementContentAsSignedByte(), context);