internal ReferenceAttributeCollection()
        {
#if WINDOWS_PHONE
            m_hash = new HASH();
#else
            m_hash = HASH.Create();
#endif
        }