1 write to m_bFormat
mscorlib (1)
system\reflection\emit\symboltype.cs (1)
273m_bFormat = bFormatTemp;
6 references to m_bFormat
mscorlib (6)
system\reflection\emit\symboltype.cs (6)
291return SymbolType.FormCompoundType((new String(m_bFormat) + "*").ToCharArray(), m_baseType, 0); 296return SymbolType.FormCompoundType((new String(m_bFormat) + "&").ToCharArray(), m_baseType, 0); 301return SymbolType.FormCompoundType((new String(m_bFormat) + "[]").ToCharArray(), m_baseType, 0); 322SymbolType st = SymbolType.FormCompoundType((new String(m_bFormat) + s).ToCharArray(), m_baseType, 0) as SymbolType; 379String sFormat = new String(m_bFormat); 382sFormat = new String(((SymbolType)baseType).m_bFormat) + sFormat;