1 write to Rank
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\ArrayShape.cs (1)
30
Rank
= rank;
4 references to Rank
ILAssembler (1)
EntityRegistry.cs (1)
830
encoder.Shape(shape.
Rank
, shape.Sizes, shape.LowerBounds);
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\SignatureTypeProvider.cs (1)
29
=> _runtimeTypeSystem.GetConstructedType(elementType, CorElementType.Array, shape.
Rank
, []);
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaSignatureTypeProviderForToString.cs (1)
32
public string GetArrayType(string elementType, ArrayShape shape) => elementType + Helpers.ComputeArraySuffix(shape.
Rank
, multiDim: true);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
24
public RoType GetArrayType(RoType elementType, ArrayShape shape) => elementType.GetUniqueArrayType(shape.
Rank
);