7 writes to ArrayRank
System.CodeDom (7)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (7)
39
ArrayRank
= 0;
49
ArrayRank
= type.GetArrayRank();
56
ArrayRank
= 0;
128
ArrayRank
= 0;
249
ArrayRank
= q.Dequeue();
292
ArrayRank
= rank;
299
ArrayRank
= rank;
19 references to ArrayRank
System.CodeDom (14)
Microsoft\CSharp\CSharpCodeGenerator.cs (5)
216
if (e.CreateType.
ArrayRank
== 0)
2857
while (typeRef != null && typeRef.
ArrayRank
> 0)
2859
char[] results = new char[typeRef.
ArrayRank
+ 1];
2861
results[typeRef.
ArrayRank
] = ']';
2862
for (int i = 1; i < typeRef.
ArrayRank
; i++)
Microsoft\VisualBasic\VBCodeGenerator.cs (7)
774
if (typeRef.
ArrayRank
> 0)
776
char[] results = new char[typeRef.
ArrayRank
+ 1];
778
results[typeRef.
ArrayRank
] = ')';
779
for (int i = 1; i < typeRef.
ArrayRank
; i++)
791
if (typeRef.
ArrayRank
> 0)
1389
if (typeRef.
ArrayRank
== 1 && e.InitExpression != null)
2571
if (typeRef.
ArrayRank
> 0)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (2)
313
if (
ArrayRank
> 0 && ArrayElementType != null)
341
if (
ArrayRank
> 0 && ArrayElementType != null)
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
344
isParamValueType = (paramTypeReference != null && paramTypeReference.
ArrayRank
== 0); // only value type information we can get from CodeTypeReference
System.Windows.Forms.Design (4)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (3)
900
if (typeLeft.
ArrayRank
!= typeRight.
ArrayRank
)
936
if (typeLeft.
ArrayRank
> 0)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
1142
for (int i = 0; i < typeOfExpression.Type.
ArrayRank
; i++)