5 references to GetByte
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\PrefixHandle.cs (1)
57
byte ch = _bufferReader.
GetByte
(offset);
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
810
if (_length == 1 && _bufferReader.
GetByte
(_offset) == '1')
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
886
byte b = BufferReader.
GetByte
(i);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1033
return (sbyte)
GetByte
(offset);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
656
byte ch = BufferReader.
GetByte
(valueOffset + valueLength - 1);