1 write to _length
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
746_length = text.Length;
11 references to _length
System.Private.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
750while (start < _length && char.IsWhiteSpace(text[start])) 935while (start < _length) 939return start == _length; 963while (++start < _length) 1025if (start < _length) 1033else if (start + 5 < _length) 1054while (start < _length && char.IsWhiteSpace(_text[start])) 1058return start == _length; 1064if (start + 3 < _length) 1085if (start + 1 < _length) 1102return start < _length && _text[start] == ch;