3 writes to _flushIndex
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
5077for (; _flushIndex < _traceList.Count; ++_flushIndex) 5090_flushIndex = _traceList.Count; 5111_flushIndex = 0;
4 references to _flushIndex
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
5077for (; _flushIndex < _traceList.Count; ++_flushIndex) 5079_traceList[_flushIndex].Write(_writer); 5085if (_flushIndex > s_MaxTraceRecords) 5088int purgeCount = _flushIndex - s_MinTraceRecords;