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