1 write to length
System.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
696
this.
length
= text.Length;
11 references to length
System.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
700
while(start <
length
&& char.IsWhiteSpace(text[start])) {
858
while(start <
length
) {//&& char.IsWhiteSpace(text[start])) {
861
return start ==
length
;
883
while (++start <
length
) {
921
if (start <
length
) {
927
else if (start + 5 <
length
) {
944
while(start <
length
&& char.IsWhiteSpace(text[start])) {
947
return start ==
length
;
952
if (start + 3 <
length
) {
970
if (start + 1 <
length
) {
984
return start <
length
&& text[start] == ch;