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