9 references to Rank
Microsoft.CodeAnalysis (9)
CodeGen\ArrayMembers.cs (2)
200
int rank = (int)arrayType.
Rank
;
308
int rank = (int)arrayType.
Rank
;
CodeGen\ILBuilderEmit.cs (4)
367
this.EmitOpCode(ILOpCode.Newobj, 1 - (int)arrayType.
Rank
);
381
this.EmitOpCode(ILOpCode.Call, -(int)arrayType.
Rank
);
395
this.EmitOpCode(ILOpCode.Call, -(int)arrayType.
Rank
);
409
this.EmitOpCode(ILOpCode.Call, -(2 + (int)arrayType.
Rank
));
PEWriter\MetadataWriter.cs (1)
3898
arrayShape.Shape(arrayTypeReference.
Rank
, arrayTypeReference.Sizes, arrayTypeReference.LowerBounds);
PEWriter\TypeNameSerializer.cs (2)
42
if (arrType.
Rank
== 1)
47
sb.Append(',', (int)arrType.
Rank
- 1);