1 write to _length
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
758_length = text.Length;
11 references to _length
System.Private.Xml (11)
System\Xml\Schema\XsdDateTime.cs (11)
762while (start < _length && char.IsWhiteSpace(text[start])) 947while (start < _length) 951return start == _length; 975while (++start < _length) 1037if (start < _length) 1045else if (start + 5 < _length) 1066while (start < _length && char.IsWhiteSpace(_text[start])) 1070return start == _length; 1076if (start + 3 < _length) 1097if (start + 1 < _length) 1114return start < _length && _text[start] == ch;