2 references to PeekByte
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\StringHeap.cs (1)
132while (i >= 0 && block.PeekByte(i) == 0)
System\Reflection\Metadata\Internal\Tables.cs (1)
715return (ConstantTypeCode)this.Block.PeekByte(rowOffset + _TypeOffset);