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