1 write to _length
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
718
_length
= text.Length;
11 references to _length
System.Private.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
722
while (start <
_length
&& char.IsWhiteSpace(text[start]))
907
while (start <
_length
)
911
return start ==
_length
;
935
while (++start <
_length
)
989
if (start <
_length
)
997
else if (start + 5 <
_length
)
1018
while (start <
_length
&& char.IsWhiteSpace(_text[start]))
1022
return start ==
_length
;
1028
if (start + 3 <
_length
)
1049
if (start + 1 <
_length
)
1066
return start <
_length
&& _text[start] == ch;