Base:
method
GetDictionaryLayout
ILCompiler.DependencyAnalysis.GenericDictionaryNode.GetDictionaryLayout(ILCompiler.DependencyAnalysis.NodeFactory)
3 references to GetDictionaryLayout
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
937
DictionaryLayoutNode layoutNode = dictionaryNode.
GetDictionaryLayout
(factory);
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (2)
118
public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) =>
GetDictionaryLayout
(factory).IsEmpty;
127
result.Add(
GetDictionaryLayout
(factory), "Layout");