5 references to _metadataFieldLayoutAlgorithm
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.Aot.cs (5)
58
_vectorOfTFieldLayoutAlgorithm = new VectorOfTFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
59
_vectorFieldLayoutAlgorithm = new VectorFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
60
_int128FieldLayoutAlgorithm = new Int128FieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
61
_typeWithRepeatedFieldsFieldLayoutAlgorithm = new TypeWithRepeatedFieldsFieldLayoutAlgorithm(
_metadataFieldLayoutAlgorithm
);
122
return
_metadataFieldLayoutAlgorithm
;