Home
last modified time | relevance | path

Searched refs:m_ht_types (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs94 private static Hashtable m_ht_types = Hashtable.Synchronized(new Hashtable(256)); field in uno.PolymorphicType
133 lock (m_ht_types.SyncRoot) in GetType()
135 PolymorphicType t = (PolymorphicType) m_ht_types[name]; in GetType()
139 m_ht_types.Add(name, t); in GetType()

Completed in 10 milliseconds