3 references to _dynamicGenericTypes
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (2)
53
GenericTypeEntry registeredTypeEntry =
_dynamicGenericTypes
.AddOrGetExisting(typeEntry);
104
GenericTypeEntry failedEntry =
_dynamicGenericTypes
.GetValueIfExists(typeEntry);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
231
if (!
_dynamicGenericTypes
.TryGetValue(lookupData, out entry))