2 overrides of GetLayout
ILCompiler.Compiler (2)
Compiler\DictionaryLayoutProvider.cs (1)
23
public override DictionaryLayoutNode
GetLayout
(TypeSystemEntity methodOrType)
Compiler\ILScanner.cs (1)
440
public override DictionaryLayoutNode
GetLayout
(TypeSystemEntity methodOrType)
1 reference to GetLayout
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
608
_genericDictionaryLayouts = new NodeCache<TypeSystemEntity, DictionaryLayoutNode>(_dictionaryLayoutProvider.
GetLayout
);