1 write to _length
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
746
_length
= text.Length;
11 references to _length
System.Private.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
750
while (start <
_length
&& char.IsWhiteSpace(text[start]))
935
while (start <
_length
)
939
return start ==
_length
;
963
while (++start <
_length
)
1025
if (start <
_length
)
1033
else if (start + 5 <
_length
)
1054
while (start <
_length
&& char.IsWhiteSpace(_text[start]))
1058
return start ==
_length
;
1064
if (start + 3 <
_length
)
1085
if (start + 1 <
_length
)
1102
return start <
_length
&& _text[start] == ch;