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