10 references to m_block
mscorlib (10)
system\security\util\tokenizer.cs (10)
847if (m_currentTokens.m_block.Length <= m_indexTokens) 855m_currentTokens.m_block[m_indexTokens++] = token; 884if (m_currentTokens.m_block.Length <= m_indexTokens) 891return m_currentTokens.m_block[m_indexTokens++]; 925m_lastTokens.m_block[m_lastTokens.m_block.Length-1] = (short)((ushort)m_lastTokens.m_block[m_lastTokens.m_block.Length-1] | (ushort)tag); 927m_currentTokens.m_block[m_indexTokens-1] = (short)((ushort)m_currentTokens.m_block[m_indexTokens-1] | (ushort)tag);