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)
215
if (
_accumulatedText
== null)
219
return
_accumulatedText
;
230
get { return
_accumulatedText
!= null && !
_accumulatedText
.IsEmpty; }
829
Debug.Assert(
_accumulatedText
!= null, "Creating unnecessary XamlText objects");