1 write to _length
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
758
_length
= text.Length;
11 references to _length
System.Private.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
762
while (start <
_length
&& char.IsWhiteSpace(text[start]))
947
while (start <
_length
)
951
return start ==
_length
;
975
while (++start <
_length
)
1037
if (start <
_length
)
1045
else if (start + 5 <
_length
)
1066
while (start <
_length
&& char.IsWhiteSpace(_text[start]))
1070
return start ==
_length
;
1076
if (start + 3 <
_length
)
1097
if (start + 1 <
_length
)
1114
return start <
_length
&& _text[start] == ch;