4 writes to entityId
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2596_ps.entityId = 0; 2623_ps.entityId = 0; 8084_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) 5108int attributeBaseEntityId = _ps.entityId; 5129if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.entityId) 5198int enclosingEntityId = _ps.entityId; 5207if (_parsingMode == ParsingMode.Full && _ps.entityId == attributeBaseEntityId) 5333if (attributeBaseEntityId != _ps.entityId) 5347if (attributeBaseEntityId == _ps.entityId) 6093_curNode.entityId = _ps.entityId; 6101_curNode.entityId = _ps.entityId; 6114_curNode.entityId = _ps.entityId; 6142if (_ps.entityId != _nodes[_index].entityId) 6157if (_ps.entityId != _nodes[_index].entityId) 8067_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;