1 write to _layout
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
301_layout = layout;
7 references to _layout
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (7)
284Debug.Assert(_layout == null, "Trying to add entry but layout already computed"); 306if (_layout == null) 309slot = Array.IndexOf(_layout, entry); 323if (_layout == null) 326return _layout; 334if (_layout == null) 337return _layout.Length == 0;