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)
746
while (start <
_length
&& char.IsWhiteSpace(text[start]))
931
while (start <
_length
)
935
return start ==
_length
;
959
while (++start <
_length
)
1013
if (start <
_length
)
1021
else if (start + 5 <
_length
)
1042
while (start <
_length
&& char.IsWhiteSpace(_text[start]))
1046
return start ==
_length
;
1052
if (start + 3 <
_length
)
1073
if (start + 1 <
_length
)
1090
return start <
_length
&& _text[start] == ch;