2 types derived from DictionaryLayoutProvider
ILCompiler.Compiler (2)
Compiler\DictionaryLayoutProvider.cs (1)
21public sealed class LazyDictionaryLayoutProvider : DictionaryLayoutProvider
Compiler\ILScanner.cs (1)
344private sealed class ScannedDictionaryLayoutProvider : DictionaryLayoutProvider
6 references to DictionaryLayoutProvider
ILCompiler.Compiler (5)
Compiler\CompilationBuilder.Aot.cs (2)
17protected DictionaryLayoutProvider _dictionaryLayoutProvider = new LazyDictionaryLayoutProvider(); 67public CompilationBuilder UseGenericDictionaryLayoutProvider(DictionaryLayoutProvider provider)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
28private DictionaryLayoutProvider _dictionaryLayoutProvider; 41DictionaryLayoutProvider dictionaryLayoutProvider,
Compiler\ILScanner.cs (1)
245public DictionaryLayoutProvider GetDictionaryLayoutInfo()
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\RyuJitNodeFactory.cs (1)
15InteropStubManager interopStubManager, NameMangler nameMangler, VTableSliceProvider vtableSliceProvider, DictionaryLayoutProvider dictionaryLayoutProvider, InlinedThreadStatics inlinedThreadStatics, PreinitializationManager preinitializationManager,