1 write to _length
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs (1)
742_length = text.Length;
11 references to _length
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs (11)
746while (start < _length && char.IsWhiteSpace(text[start])) 931while (start < _length) 935return start == _length; 959while (++start < _length) 1013if (start < _length) 1021else if (start + 5 < _length) 1042while (start < _length && char.IsWhiteSpace(_text[start])) 1046return start == _length; 1052if (start + 3 < _length) 1073if (start + 1 < _length) 1090return start < _length && _text[start] == ch;