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