3 writes to _lastPrefix
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4386
_lastPrefix
= _curNode.prefix;
7683
_lastPrefix
= prefix;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
1979
_lastPrefix
= _curNode.prefix;
9 references to _lastPrefix
System.Private.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (6)
4373
if (prefixLen ==
_lastPrefix
.Length && chars.AsSpan(startPos).StartsWith(
_lastPrefix
))
4377
_lastPrefix
,
7674
if (prefixLen ==
_lastPrefix
.Length && _ps.chars.AsSpan(_ps.charPos).StartsWith(
_lastPrefix
))
7677
_lastPrefix
,
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
1966
if (prefixLen ==
_lastPrefix
.Length && chars.AsSpan(startPos).StartsWith(
_lastPrefix
))
1970
_lastPrefix
,