2 instantiations of LazyDictionaryLayoutProvider
ILCompiler.Compiler (2)
Compiler\CompilationBuilder.Aot.cs (1)
17
protected DictionaryLayoutProvider _dictionaryLayoutProvider = new
LazyDictionaryLayoutProvider
();
Compiler\DependencyAnalysis\ILScanNodeFactory.cs (1)
16
: base(context, compilationModuleGroup, metadataManager, interopStubManager, nameMangler, new LazyGenericsDisabledPolicy(), new LazyVTableSliceProvider(), new
LazyDictionaryLayoutProvider
(), new InlinedThreadStatics(), new ExternSymbolsImportedNodeProvider(), preinitManager, new DevirtualizationManager(), ObjectDataInterner.Null, typeMapManager)