2 writes to _tableFieldIndices
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
507
_tableFieldIndices
= (int[])tableFieldIndexList.ToArray(typeof(int));
513
_tableFieldIndices
= null;
2 references to _tableFieldIndices
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
460
Debug.Assert(
_tableFieldIndices
!= null, "_tableFieldIndices is null.");
461
return
_tableFieldIndices
;