2 overrides of HasFixedSlots
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (2)
195
public override bool
HasFixedSlots
=> true;
275
public override bool
HasFixedSlots
=> false;
7 references to HasFixedSlots
ILCompiler.Compiler (6)
Compiler\Compilation.cs (1)
421
if (dictionaryLayout.
HasFixedSlots
)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (4)
107
public virtual bool HasUnfixedSlots => !
HasFixedSlots
;
142
if (
HasFixedSlots
)
156
Debug.Assert(
HasFixedSlots
);
182
public override bool HasConditionalStaticDependencies =>
HasFixedSlots
;
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (1)
67
if (layout.
HasFixedSlots
|| !relocsOnly)
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1816
if (contextLayout.
HasFixedSlots
)