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