2 writes to _accumulatedText
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
217_accumulatedText = new XamlText(_scannerStack.CurrentXmlSpacePreserve); 225_accumulatedText = null;
5 references to _accumulatedText
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (5)
215if (_accumulatedText == null) 219return _accumulatedText; 230get { return _accumulatedText != null && !_accumulatedText.IsEmpty; } 829Debug.Assert(_accumulatedText != null, "Creating unnecessary XamlText objects");