8 references to ByRefTypesCache
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\TypeBuilder.cs (5)
912
TypeSystemContext.
ByRefTypesCache
.Reserve(TypeSystemContext.
ByRefTypesCache
.Count + newByRefTypesCount);
953
TypeSystemContext.
ByRefTypesCache
.AddOrGetExisting(typeAsParameterizedType.RuntimeTypeHandle);
1198
if (!TypeSystemContext.
ByRefTypesCache
.TryGetValue(pointeeTypeHandle, out byRefTypeHandle))
1207
TypeSystemContext.
ByRefTypesCache
.AddOrGetExisting(byRefTypeHandle);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (3)
346
if (TypeSystemContext.
ByRefTypesCache
.TryGetValue(pointeeTypeHandle, out byRefTypeHandle))
355
if (TypeSystemContext.
ByRefTypesCache
.TryGetValue(pointeeTypeHandle, out pointerTypeHandle))
361
TypeSystemContext.
ByRefTypesCache
.AddOrGetExisting(pointerTypeHandle);