4 writes to length
Microsoft.CodeAnalysis.CodeStyle (4)
10 references to length
Microsoft.CodeAnalysis.CodeStyle (10)
SerializableBytes.cs (10)
116return this.length;
140if (value < 0 || value >= length)
158SeekOrigin.End => checked(offset + length),
178if (position >= length)
195if (count <= 0 || position >= length)
200var totalCopyCount = Read(this.chunks, this.position, this.length, buffer, index, count);
237Read(this.chunks, 0, this.length, array, 0, array.Length);
348if (value < length)
384if (this.position >= length)
411if (this.position >= length)