4 writes to Length
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
532
result.
Length
--;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewNumber.cs (2)
207
outputBuffer.
Length
--;
215
outputBuffer.
Length
-= bytesConsumed;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
2228
replacements.
Length
= 0;
12 references to Length
System.Private.CoreLib (12)
src\runtime\src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
948
if (number.IsNegative && (section == 0) && (number.Scale == 0) && (vlb.
Length
> 0) && !HasNegativeSection(format))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
530
if (result.
Length
> 0 && result[^1] == TChar.CastFrom('.'))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewNumber.cs (2)
88
int outputBufferStartingLength = outputBuffer.
Length
;
202
if (outputBuffer.
Length
- outputBufferStartingLength > 1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
369
for (i = stackDir.
Length
- 1; i >= 0; i--)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
5334
while (separatorIndex < separatorList.
Length
&& (rangeCount < destinationMinusOne.Length || !keepEmptyEntries))
5337
if (separatorIndex < lengthList.
Length
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasickBuilder.cs (2)
46
for (int i = 0; i < _nodes.
Length
; i++)
81
childIndex = _nodes.
Length
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
1416
if (replacementIndices.
Length
== 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
2222
if (replacements.
Length
!= 0)
2227
index += (newValue.Length - oldValue.Length) * replacements.
Length
;