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