4 writes to entityId
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (3)
2403
ps.
entityId
= 0;
2427
ps.
entityId
= 0;
7264
ps.
entityId
= nextEntityId++;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
802
ps.
entityId
= 0;
27 references to entityId
System.Xml (27)
System\Xml\Core\XmlTextReaderImpl.cs (17)
1401
attributeValueBaseEntityId = ps.
entityId
;
1409
if ( ps.
entityId
== attributeValueBaseEntityId ) {
2368
entityId = ps.
entityId
;
2380
newEntityId = ps.
entityId
;
2562
while ( ps.
entityId
!= attributeValueBaseEntityId ) {
4654
int attributeBaseEntityId = ps.
entityId
;
4682
if ( chars[pos] == quoteChar && attributeBaseEntityId == ps.
entityId
) {
4741
int enclosingEntityId = ps.
entityId
;
4751
if ( parsingMode == ParsingMode.Full && ps.
entityId
== attributeBaseEntityId ) {
4862
if ( attributeBaseEntityId != ps.
entityId
) {
4877
if ( attributeBaseEntityId == ps.
entityId
) {
5530
curNode.entityId = ps.
entityId
;
5537
curNode.entityId = ps.
entityId
;
5552
curNode.entityId = ps.
entityId
;
5583
if ( ps.
entityId
!= nodes[index].entityId ) {
5596
if ( ps.
entityId
!= nodes[index].entityId ) {
7250
curNode.entityId = ps.
entityId
;
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
774
entityId = ps.
entityId
;
2436
int attributeBaseEntityId = ps.
entityId
;
2464
if ( chars[pos] == quoteChar && attributeBaseEntityId == ps.
entityId
) {
2523
int enclosingEntityId = ps.
entityId
;
2538
if ( parsingMode == ParsingMode.Full && ps.
entityId
== attributeBaseEntityId ) {
2649
if ( attributeBaseEntityId != ps.
entityId
) {
2664
if ( attributeBaseEntityId == ps.
entityId
) {
3597
curNode.entityId = ps.
entityId
;
3604
curNode.entityId = ps.
entityId
;
3619
curNode.entityId = ps.
entityId
;