1 write to _text
System.Private.Xml (1)
System\Xml\Schema\XsdDateTime.cs (1)
717
_text
= text;
10 references to _text
System.Private.Xml (10)
System\Xml\Schema\XsdDateTime.cs (10)
937
int d =
_text
[start] - '0';
991
char ch =
_text
[start];
1018
while (start < _length && char.IsWhiteSpace(
_text
[start]))
1030
int d4 =
_text
[start] - '0';
1031
int d3 =
_text
[start + 1] - '0';
1032
int d2 =
_text
[start + 2] - '0';
1033
int d1 =
_text
[start + 3] - '0';
1051
int d2 =
_text
[start] - '0';
1052
int d1 =
_text
[start + 1] - '0';
1066
return start < _length &&
_text
[start] == ch;