1 write to _vectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
80
_vectorFieldLayoutAlgorithm
= new VectorFieldLayoutAlgorithm(_r2rFieldLayoutAlgorithm);
2 references to _vectorFieldLayoutAlgorithm
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilerContext.cs (2)
90
_vectorOfTFieldLayoutAlgorithm = new VectorOfTFieldLayoutAlgorithm(_r2rFieldLayoutAlgorithm,
_vectorFieldLayoutAlgorithm
, matchingVectorType);
122
return
_vectorFieldLayoutAlgorithm
;