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)
460Debug.Assert(_tableFieldIndices != null, "_tableFieldIndices is null."); 461return _tableFieldIndices;