1 write to _fallbackAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
234
_fallbackAlgorithm
= fallbackAlgorithm;
2 references to _fallbackAlgorithm
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilerContext.cs (2)
294
ComputedInstanceFieldLayout layoutFromMetadata =
_fallbackAlgorithm
.ComputeInstanceLayout(type, layoutKind);
326
return
_fallbackAlgorithm
.ComputeStaticFieldLayout(type, layoutKind);