2 references to _lazyGenericDictionaries
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (1)
131
_lazyGenericDictionaries
.Add(new LazyDictionaryContext { _context = context, _signature = signature }, dictionary);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
220
return
_lazyGenericDictionaries
.TryGetValue(new LazyDictionaryContext { _context = context, _signature = signature }, out dictionary);