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)
26ComputedInstanceFieldLayout layoutFromMetadata = _fallbackAlgorithm.ComputeInstanceLayout(defType, layoutKind); 45return _fallbackAlgorithm.ComputeStaticFieldLayout(defType, layoutKind); 65return _fallbackAlgorithm.ComputeValueTypeShapeCharacteristics(type);