internal static TypeNameCache GetCache() { if (m_cache == null) { lock (typeof(TypeNameCache)) { if (m_cache == null) { m_cache = new TypeNameCache(); } } } return(m_cache); }
internal static TypeNameCache GetCache() { if (m_cache==null) { lock (typeof(TypeNameCache)) { if (m_cache==null) { m_cache = new TypeNameCache(); } } } return m_cache; }