2 writes to _cachedState
System.Web.DataVisualization (2)
Common\General\BaseCollections.cs (2)
591
_cachedState
= new List<T>(this);
600
_cachedState
= null;
2 references to _cachedState
System.Web.DataVisualization (2)
Common\General\BaseCollections.cs (2)
599
_cachedState
.Clear();
610
get { return
_cachedState
; }