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