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)
722while (start < _length && char.IsWhiteSpace(text[start])) 907while (start < _length) 911return start == _length; 935while (++start < _length) 989if (start < _length) 997else if (start + 5 < _length) 1018while (start < _length && char.IsWhiteSpace(_text[start])) 1022return start == _length; 1028if (start + 3 < _length) 1049if (start + 1 < _length) 1066return start < _length && _text[start] == ch;