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)
31ComputedInstanceFieldLayout layoutFromMetadata = _fallbackAlgorithm.ComputeInstanceLayout(defType, layoutKind); 57return _fallbackAlgorithm.ComputeStaticFieldLayout(defType, layoutKind); 62Debug.Assert(!_fallbackAlgorithm.ComputeContainsGCPointers(type)); 68Debug.Assert(!_fallbackAlgorithm.ComputeContainsByRefs(type)); 74Debug.Assert(!_fallbackAlgorithm.ComputeIsUnsafeValueType(type)); 80Debug.Assert(_fallbackAlgorithm.ComputeValueTypeShapeCharacteristics(type) == ValueTypeShapeCharacteristics.None);