8 writes to _startInteger
System.Memory (8)
System\Buffers\ReadOnlySequence.cs (8)
86
_startInteger
= startIndexAndFlags;
106
_startInteger
= startIndex;
120
_startInteger
= 0;
136
_startInteger
= start;
150
_startInteger
= ReadOnlySequence.MemoryManagerToSequenceStart(index);
159
_startInteger
= start;
169
_startInteger
= ReadOnlySequence.StringToSequenceStart(start);
178
_startInteger
= 0;
20 references to _startInteger
System.Memory (20)
System\Buffers\ReadOnlySequence.cs (5)
63
get => new SequencePosition(_startObject, GetIndex(
_startInteger
));
197
int startIndex = GetIndex(
_startInteger
);
270
uint startIndex = (uint)GetIndex(
_startInteger
);
346
uint startIndex = (uint)GetIndex(
_startInteger
);
547
positionIndex = (uint)GetIndex(
_startInteger
);
System\Buffers\ReadOnlySequence.Helpers.cs (15)
88
int startIndex =
_startInteger
;
127
int startIndex =
_startInteger
;
164
int startIndex =
_startInteger
;
203
int startIndex =
_startInteger
;
239
int startIndex = GetIndex(
_startInteger
);
340
uint startIndex = (uint)GetIndex(
_startInteger
);
378
uint startIndex = (uint)GetIndex(
_startInteger
);
460
return (SequenceType)(-(2 * (
_startInteger
>> 31) + (_endInteger >> 31)));
475
start.GetInteger() | (
_startInteger
& ReadOnlySequence.FlagBitMask),
490
start.GetInteger() | (
_startInteger
& ReadOnlySequence.FlagBitMask),
501
int startIndex = GetIndex(
_startInteger
);
533
startIndex = GetIndex(
_startInteger
);
549
int startIndex = GetIndex(
_startInteger
);
566
start = GetIndex(
_startInteger
);
635
int startIndex =
_startInteger
;