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)
284
Debug.Assert(
_layout
== null, "Trying to add entry but layout already computed");
306
if (
_layout
== null)
309
slot = Array.IndexOf(
_layout
, entry);
323
if (
_layout
== null)
326
return
_layout
;
334
if (
_layout
== null)
337
return
_layout
.Length == 0;