8 writes to arrayRank
System (8)
compmod\system\codedom\CodeTypeReference.cs (8)
54this.arrayRank = 0; 63this.arrayRank = type.GetArrayRank(); 68this.arrayRank = 0; 134this.arrayRank = 0; 238this.arrayRank = (int)q.Dequeue(); 274this.arrayRank = rank; 283this.arrayRank = rank; 307arrayRank = value;
3 references to arrayRank
System (3)
compmod\system\codedom\CodeTypeReference.cs (3)
304return arrayRank; 326if (arrayRank > 0 && arrayElementType != null) { 354if (arrayRank > 0 && arrayElementType != null) {