1 write to _length
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
728_length = text.Length;
11 references to _length
System.Private.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
732while (start < _length && char.IsWhiteSpace(text[start])) 917while (start < _length) 921return start == _length; 945while (++start < _length) 999if (start < _length) 1007else if (start + 5 < _length) 1028while (start < _length && char.IsWhiteSpace(_text[start])) 1032return start == _length; 1038if (start + 3 < _length) 1059if (start + 1 < _length) 1076return start < _length && _text[start] == ch;