2 writes to _segments
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
964_segments = segments.AsReadOnly(); 1038_segments = null;
4 references to _segments
PresentationFramework (4)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (4)
966Invariant.Assert(_segments.Count == sentenceSegmentCount); 983return _segments; 1031if (_segments != null) 1033foreach (SpellerSegment segment in _segments)