2 types derived from TypeMapDictionaryBase
System.Private.CoreLib (2)
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (2)
135
private sealed class ExternalTypeMapDictionary(NativeHashtable table, ExternalReferencesTable externalReferences) :
TypeMapDictionaryBase
<string>
168
private sealed class AssociatedTypeMapDictionary(NativeHashtable table, ExternalReferencesTable externalReferences) :
TypeMapDictionaryBase
<Type>