1 write to _fallbackAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\SystemObjectFieldLayoutAlgorithm.cs (1)
20
_fallbackAlgorithm
= fallbackAlgorithm;
3 references to _fallbackAlgorithm
ILCompiler.ReadyToRun (3)
Compiler\SystemObjectFieldLayoutAlgorithm.cs (3)
26
ComputedInstanceFieldLayout layoutFromMetadata =
_fallbackAlgorithm
.ComputeInstanceLayout(defType, layoutKind);
45
return
_fallbackAlgorithm
.ComputeStaticFieldLayout(defType, layoutKind);
65
return
_fallbackAlgorithm
.ComputeValueTypeShapeCharacteristics(type);