4 writes to entityId
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2596
_ps.
entityId
= 0;
2623
_ps.
entityId
= 0;
8074
_ps.
entityId
= _nextEntityId++;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
844
_ps.
entityId
= 0;
27 references to entityId
System.Private.Xml (27)
System\Xml\Core\XmlTextReaderImpl.cs (17)
1467
_attributeValueBaseEntityId = _ps.
entityId
;
1472
if (_ps.
entityId
== _attributeValueBaseEntityId)
2555
entityId = _ps.
entityId
;
2570
newEntityId = _ps.
entityId
;
2800
while (_ps.
entityId
!= _attributeValueBaseEntityId)
5098
int attributeBaseEntityId = _ps.
entityId
;
5119
if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.
entityId
)
5188
int enclosingEntityId = _ps.
entityId
;
5197
if (_parsingMode == ParsingMode.Full && _ps.
entityId
== attributeBaseEntityId)
5323
if (attributeBaseEntityId != _ps.
entityId
)
5337
if (attributeBaseEntityId == _ps.
entityId
)
6083
_curNode.entityId = _ps.
entityId
;
6091
_curNode.entityId = _ps.
entityId
;
6104
_curNode.entityId = _ps.
entityId
;
6132
if (_ps.
entityId
!= _nodes[_index].entityId)
6147
if (_ps.
entityId
!= _nodes[_index].entityId)
8057
_curNode.entityId = _ps.
entityId
;
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
818
entityId = _ps.
entityId
;
2607
int attributeBaseEntityId = _ps.
entityId
;
2629
if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.
entityId
)
2699
int enclosingEntityId = _ps.
entityId
;
2713
if (_parsingMode == ParsingMode.Full && _ps.
entityId
== attributeBaseEntityId)
2838
if (attributeBaseEntityId != _ps.
entityId
)
2853
if (attributeBaseEntityId == _ps.
entityId
)
3868
_curNode.entityId = _ps.
entityId
;
3876
_curNode.entityId = _ps.
entityId
;
3889
_curNode.entityId = _ps.
entityId
;