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)
961int d = _text[start] - '0'; 1015char ch = _text[start]; 1042while (start < _length && char.IsWhiteSpace(_text[start])) 1054int d4 = _text[start] - '0'; 1055int d3 = _text[start + 1] - '0'; 1056int d2 = _text[start + 2] - '0'; 1057int d1 = _text[start + 3] - '0'; 1075int d2 = _text[start] - '0'; 1076int d1 = _text[start + 1] - '0'; 1090return start < _length && _text[start] == ch;