1 write to _text
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs (1)
741
_text
= text;
10 references to _text
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs (10)
961
int d =
_text
[start] - '0';
1015
char ch =
_text
[start];
1042
while (start < _length && char.IsWhiteSpace(
_text
[start]))
1054
int d4 =
_text
[start] - '0';
1055
int d3 =
_text
[start + 1] - '0';
1056
int d2 =
_text
[start + 2] - '0';
1057
int d1 =
_text
[start + 3] - '0';
1075
int d2 =
_text
[start] - '0';
1076
int d1 =
_text
[start + 1] - '0';
1090
return start < _length &&
_text
[start] == ch;