7 references to GetOrAdd
System.Private.CoreLib (7)
System\Reflection\Runtime\General\TypeUnifier.cs (6)
101
type = ArrayTypeTable.Table.
GetOrAdd
(key);
103
type = TypeTableForMultiDimArrayTypeTables.Table.GetOrAdd(rank).
GetOrAdd
(key);
203
RuntimeByRefTypeInfo type = ByRefTypeTable.Table.
GetOrAdd
(new UnificationKey(elementType, precomputedTypeHandle));
247
RuntimePointerTypeInfo type = PointerTypeTable.Table.
GetOrAdd
(new UnificationKey(elementType, precomputedTypeHandle));
293
RuntimeFunctionPointerTypeInfo type = FunctionPointerTypeTable.Table.
GetOrAdd
(key);
355
RuntimeConstructedGenericTypeInfo typeInfo = ConstructedGenericTypeTable.Table.
GetOrAdd
(key);
System\Reflection\Runtime\General\TypeUnifier.NativeFormat.cs (1)
136
NativeFormatRuntimeGenericParameterTypeInfoForMethods type = GenericParameterTypeForMethodsTable.Table.
GetOrAdd
(key);