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