3 writes to m_currentStrings
mscorlib (3)
system\security\util\tokenizer.cs (3)
863m_currentStrings = m_currentStrings.m_next; 874m_currentStrings = m_headStrings; 908m_currentStrings = m_currentStrings.m_next;
7 references to m_currentStrings
mscorlib (7)
system\security\util\tokenizer.cs (7)
860if (m_currentStrings.m_block.Length <= m_indexStrings) 862m_currentStrings.m_next = new TokenizerStringBlock(); 863m_currentStrings = m_currentStrings.m_next; 867m_currentStrings.m_block[m_indexStrings++] = str; 906if (m_currentStrings.m_block.Length <= m_indexStrings) 908m_currentStrings = m_currentStrings.m_next; 914return m_currentStrings.m_block[m_indexStrings++];