2 overrides of GetDictionaryLayout
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (2)
111
public override DictionaryLayoutNode
GetDictionaryLayout
(NodeFactory factory)
249
public override DictionaryLayoutNode
GetDictionaryLayout
(NodeFactory factory)
3 references to GetDictionaryLayout
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (3)
45
=>
GetDictionaryLayout
(_factory).DictionarySection(_factory);
58
DictionaryLayoutNode layout =
GetDictionaryLayout
(factory);
78
DictionaryLayoutNode layout =
GetDictionaryLayout
(factory);