8 references to Shape
ILAssembler (1)
EntityRegistry.cs (1)
830
encoder.
Shape
(shape.Rank, shape.Sizes, shape.LowerBounds);
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (2)
565
shapeEncoder.
Shape
(rank, ImmutableArray.Create(bounds), ImmutableArray.Create(loBounds));
575
shapeEncoder.
Shape
(rank, ImmutableArray<int>.Empty, GetZeroedImmutableArrayOfSize(rank));
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (2)
565
shapeEncoder.
Shape
(rank, ImmutableArray.Create(bounds), ImmutableArray.Create(loBounds));
575
shapeEncoder.
Shape
(rank, ImmutableArray<int>.Empty, GetZeroedImmutableArrayOfSize(rank));
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaSignatureEncoder.cs (1)
130
arrayShape => arrayShape.
Shape
(((ArrayType)type).Rank, bounds, lowerBounds));
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3931
arrayShape.
Shape
(arrayTypeReference.Rank, arrayTypeReference.Sizes, arrayTypeReference.LowerBounds);
System.Reflection.Emit (1)
System\Reflection\Emit\SignatureHelper.cs (1)
174
arrayEncoder.
Shape
(type.GetArrayRank(), [], default);