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