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)
212
if (
_accumulatedText
is null)
216
return
_accumulatedText
;
227
get { return
_accumulatedText
is not null && !
_accumulatedText
.IsEmpty; }
826
Debug.Assert(
_accumulatedText
is not null, "Creating unnecessary XamlText objects");