9 writes to position
Microsoft.CodeAnalysis.CodeStyle (9)
SerializableBytes.cs (9)
107
this.
position
= 0;
145
this.
position
= value;
172
position
= target;
189
this.
position
++;
201
this.
position
+= totalCopyCount;
328
this.
position
= value;
370
position
= value;
383
this.
position
++;
405
this.
position
+= writeCount;
14 references to position
Microsoft.CodeAnalysis.CodeStyle (14)
SerializableBytes.cs (14)
135
return this.
position
;
157
SeekOrigin.Current => checked(offset +
position
),
178
if (
position
>= length)
195
if (count <= 0 ||
position
>= length)
200
var totalCopyCount = Read(this.chunks, this.
position
, this.length, buffer, index, count);
263
protected int CurrentChunkIndex { get { return GetChunkIndex(this.
position
); } }
264
protected int CurrentChunkOffset { get { return GetChunkOffset(this.
position
); } }
368
if (
position
> value)
376
EnsureCapacity(this.
position
+ 1);
384
if (this.
position
>= length)
386
this.length = this.
position
;
392
EnsureCapacity(this.
position
+ count);
411
if (this.
position
>= length)
413
this.length = this.
position
;