6 references to _metadataFieldLayoutAlgorithm
ILCompiler.Compiler (6)
Compiler\CompilerTypeSystemContext.Aot.cs (6)
59
_vectorOfTFieldLayoutAlgorithm = new VectorOfTFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
60
_vectorFieldLayoutAlgorithm = new VectorFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
61
_int128FieldLayoutAlgorithm = new Int128FieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
62
_decimalFieldLayoutAlgorithm = new DecimalFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
63
_typeWithRepeatedFieldsFieldLayoutAlgorithm = new TypeWithRepeatedFieldsFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
126
return
_metadataFieldLayoutAlgorithm
;