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; 1472if (_ps.entityId == _attributeValueBaseEntityId) 2555entityId = _ps.entityId; 2570newEntityId = _ps.entityId; 2800while (_ps.entityId != _attributeValueBaseEntityId) 5098int attributeBaseEntityId = _ps.entityId; 5119if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.entityId) 5188int enclosingEntityId = _ps.entityId; 5197if (_parsingMode == ParsingMode.Full && _ps.entityId == attributeBaseEntityId) 5323if (attributeBaseEntityId != _ps.entityId) 5337if (attributeBaseEntityId == _ps.entityId) 6083_curNode.entityId = _ps.entityId; 6091_curNode.entityId = _ps.entityId; 6104_curNode.entityId = _ps.entityId; 6132if (_ps.entityId != _nodes[_index].entityId) 6147if (_ps.entityId != _nodes[_index].entityId) 8057_curNode.entityId = _ps.entityId;
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
818entityId = _ps.entityId; 2607int attributeBaseEntityId = _ps.entityId; 2629if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.entityId) 2699int enclosingEntityId = _ps.entityId; 2713if (_parsingMode == ParsingMode.Full && _ps.entityId == attributeBaseEntityId) 2838if (attributeBaseEntityId != _ps.entityId) 2853if (attributeBaseEntityId == _ps.entityId) 3868_curNode.entityId = _ps.entityId; 3876_curNode.entityId = _ps.entityId; 3889_curNode.entityId = _ps.entityId;