1 write to _methodLayoutAlgorithm
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\Compiler\FileLayoutOptimizer.cs (1)
59
_methodLayoutAlgorithm
= methodAlgorithm;
3 references to _methodLayoutAlgorithm
ILCompiler.RyuJit (3)
parent\ILCompiler.ReadyToRun\Compiler\FileLayoutOptimizer.cs (3)
75
if (
_methodLayoutAlgorithm
== MethodLayoutAlgorithm.DefaultSort)
139
switch (
_methodLayoutAlgorithm
)
236
throw new NotImplementedException(
_methodLayoutAlgorithm
.ToString());