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