4 writes to entityId
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2596_ps.entityId = 0; 2623_ps.entityId = 0; 8091_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) 5115int attributeBaseEntityId = _ps.entityId; 5136if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.entityId) 5205int enclosingEntityId = _ps.entityId; 5214if (_parsingMode == ParsingMode.Full && _ps.entityId == attributeBaseEntityId) 5340if (attributeBaseEntityId != _ps.entityId) 5354if (attributeBaseEntityId == _ps.entityId) 6100_curNode.entityId = _ps.entityId; 6108_curNode.entityId = _ps.entityId; 6121_curNode.entityId = _ps.entityId; 6149if (_ps.entityId != _nodes[_index].entityId) 6164if (_ps.entityId != _nodes[_index].entityId) 8074_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;