4 writes to length
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (4)
105this.length = length; 347length = value; 367this.length = this.position; 394this.length = this.position;
10 references to length
Microsoft.CodeAnalysis.Workspaces (10)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (10)
109public override long Length => this.length; 128if (value < 0 || value >= length) 146SeekOrigin.End => checked(offset + length), 166if (position >= length) 176if (count <= 0 || position >= length) 181var totalCopyCount = Read(this.chunks, this.position, this.length, buffer, index, count); 218Read(this.chunks, 0, this.length, array, 0, array.Length); 333if (value < length && truncate) 365if (this.position >= length) 392if (this.position >= length)