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