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