1 write to _fallbackAlgorithm
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\Int128FieldLayoutAlgorithm.cs (1)
21
_fallbackAlgorithm
= fallbackAlgorithm;
6 references to _fallbackAlgorithm
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\Int128FieldLayoutAlgorithm.cs (6)
31
ComputedInstanceFieldLayout layoutFromMetadata =
_fallbackAlgorithm
.ComputeInstanceLayout(defType, layoutKind);
57
return
_fallbackAlgorithm
.ComputeStaticFieldLayout(defType, layoutKind);
62
Debug.Assert(!
_fallbackAlgorithm
.ComputeContainsGCPointers(type));
68
Debug.Assert(!
_fallbackAlgorithm
.ComputeContainsByRefs(type));
74
Debug.Assert(!
_fallbackAlgorithm
.ComputeIsUnsafeValueType(type));
80
Debug.Assert(
_fallbackAlgorithm
.ComputeValueTypeShapeCharacteristics(type) == ValueTypeShapeCharacteristics.None);