4 writes to length
Microsoft.CodeAnalysis.Workspaces (4)
SerializableBytes.cs (4)
108this.length = length; 366length = value; 386this.length = this.position; 413this.length = this.position;
10 references to length
Microsoft.CodeAnalysis.Workspaces (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)