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)
75if (_methodLayoutAlgorithm == MethodLayoutAlgorithm.DefaultSort) 139switch (_methodLayoutAlgorithm) 236throw new NotImplementedException(_methodLayoutAlgorithm.ToString());