1 write to _genericDictionaryLayouts
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
606
_genericDictionaryLayouts
= new NodeCache<TypeSystemEntity, DictionaryLayoutNode>(_dictionaryLayoutProvider.GetLayout);
1 reference to _genericDictionaryLayouts
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1068
return
_genericDictionaryLayouts
.GetOrAdd(methodOrType);