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