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