4 references to LazilyBuiltDictionaryLayoutNode
ILCompiler.Compiler (4)
Compiler\DictionaryLayoutProvider.cs (1)
25return new LazilyBuiltDictionaryLayoutNode(methodOrType);
Compiler\ILScanner.cs (3)
444return new LazilyBuiltDictionaryLayoutNode(methodOrType); 454return new LazilyBuiltDictionaryLayoutNode(type); 466return new LazilyBuiltDictionaryLayoutNode(method);