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