9 writes to m_currentTokenStartIndex
mscorlib (9)
system\timezoneinfo.cs (9)
3754
m_currentTokenStartIndex
= i + 1;
3833
m_currentTokenStartIndex
= i;
3843
m_currentTokenStartIndex
= i + 1;
3873
m_currentTokenStartIndex
= m_serializedText.Length;
3985
m_currentTokenStartIndex
++;
4018
m_currentTokenStartIndex
++;
4069
m_currentTokenStartIndex
++;
4122
m_currentTokenStartIndex
++;
4130
m_currentTokenStartIndex
++;
32 references to m_currentTokenStartIndex
mscorlib (32)
system\timezoneinfo.cs (32)
3731
if (
m_currentTokenStartIndex
< 0 ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
3737
for (int i =
m_currentTokenStartIndex
; i < m_serializedText.Length; i++) {
3755
if (
m_currentTokenStartIndex
>= m_serializedText.Length) {
3805
if (
m_currentTokenStartIndex
< 0 ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
3812
for (int i =
m_currentTokenStartIndex
; i < m_serializedText.Length; i++) {
3844
if (
m_currentTokenStartIndex
>= m_serializedText.Length) {
3948
if (
m_currentTokenStartIndex
< 0 ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
3972
if (
m_currentTokenStartIndex
< 0 ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
3977
if (m_serializedText[
m_currentTokenStartIndex
] == sep) {
3982
if (m_serializedText[
m_currentTokenStartIndex
] != lhs) {
3995
if (m_state == State.EndOfLine ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
4000
if ((m_serializedText[
m_currentTokenStartIndex
] >= '0' && m_serializedText[
m_currentTokenStartIndex
] <= '9') ||
4001
m_serializedText[
m_currentTokenStartIndex
] == '-' || m_serializedText[
m_currentTokenStartIndex
] == '+') {
4005
if (m_state == State.EndOfLine ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
4009
if (m_serializedText[
m_currentTokenStartIndex
] != rhs) {
4032
if (
m_currentTokenStartIndex
>= m_serializedText.Length) {
4052
|| (
m_currentTokenStartIndex
< m_serializedText.Length
4053
&& m_serializedText[
m_currentTokenStartIndex
] == rhs)) {
4060
if (
m_currentTokenStartIndex
< 0 ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
4066
if (m_serializedText[
m_currentTokenStartIndex
] != lhs) {
4109
if (m_state == State.EndOfLine ||
m_currentTokenStartIndex
>= m_serializedText.Length) {
4113
if (m_serializedText[
m_currentTokenStartIndex
] != rhs) {
4127
if (
m_currentTokenStartIndex
< m_serializedText.Length
4128
&& m_serializedText[
m_currentTokenStartIndex
] == sep) {
4141
if (
m_currentTokenStartIndex
>= m_serializedText.Length) {