2 writes to _accumulatedText
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
214_accumulatedText = new XamlText(_scannerStack.CurrentXmlSpacePreserve); 222_accumulatedText = null;
5 references to _accumulatedText
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (5)
212if (_accumulatedText is null) 216return _accumulatedText; 227get { return _accumulatedText is not null && !_accumulatedText.IsEmpty; } 826Debug.Assert(_accumulatedText is not null, "Creating unnecessary XamlText objects");