4 writes to len
mscorlib (4)
system\globalization\datetimeparse.cs (4)
4374
len
= Value.Length;
4779
len
= Value.Length;
4798
len
= Value.Length;
4818
len
= Value.Length;
34 references to len
mscorlib (34)
system\globalization\datetimeformatinfo.cs (2)
2798
int remaining = str.
len
- str.Index;
2817
if ((nextCharIndex = str.Index + value.tokenString.Length) < str.
len
) {
system\globalization\datetimeparse.cs (32)
436
if (str.Index < str.
len
) {
570
if ((str.Index < str.
len
- 1)) {
574
while (Char.IsWhiteSpace(nextCh) && str.Index + whitespaceCount < str.
len
- 1) {
650
if ((str.Index < str.
len
- 1)) {
662
if ((str.Index < str.
len
- 1)) {
1135
for (int i = 0; i < str.
len
; i++) {
1173
for (int i = str.Index; i < str.
len
; i++) {
1180
str.Index = str.
len
;
4404
if (Index <
len
) {
4413
return Index <
len
? false : true;
4417
Contract.Assert(Index + count <=
len
, "__DTString::Advance: Index + count <= len");
4419
if (Index <
len
) {
4431
if (Index >=
len
) {
4448
while (++Index <
len
)
4495
while (++Index <
len
) {
4543
if (Index + count >
len
) {
4624
if (++Index >=
len
) {
4643
if (++Index >=
len
) {
4689
while ((pos <
len
) && (Value[pos] == repeatChar)) {
4702
if (++Index >=
len
) {
4712
Contract.Assert(Index >= 0 && Index <
len
, "Index >= 0 && Index < len");
4720
Contract.Assert(Index >= 0 && Index <
len
, "Index >= 0 && Index < len");
4734
while (Index+1 <
len
)
4752
if (Index >=
len
) {
4761
while (++Index <
len
)
4774
int i =
len
- 1;
4785
int i =
len
- 1;
4806
if (
len
<= 2) {
4813
while ((i + 1) <
len
&& Char.IsWhiteSpace(Value[i+1])) {
4827
while (Index + sub.length <
len
) {
4874
Contract.Assert(sub.index + sub.length <=
len
, "sub.index + sub.length <= len");
4876
if (Index <
len
) {