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