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