3 writes to _currentEntityId
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
3291_currentEntityId = newEntityId; 3308if (!_readerAdapter.PopEntity(out oldEntity, out _currentEntityId))
System\Xml\Schema\DtdParserAsync.cs (1)
2627_currentEntityId = newEntityId;
37 references to _currentEntityId
System.Private.Xml (37)
System\Xml\Schema\DtdParser.cs (19)
530startTagEntityId = _currentEntityId; 563startTagEntityId = _currentEntityId; 569if (_validate && _currentEntityId != _condSectionEntityIds![_condSectionDepth]) 627if (_currentEntityId != startTagEntityId) 971int startParenEntityId = _currentEntityId; 1052new ParseElementOnlyContent_LocalFrame(_currentEntityId); 1086if (_validate && _currentEntityId != currentFrame.startParenEntityId) 1140int contentEntityId = _currentEntityId; 1148if (_validate && _currentEntityId != startParenEntityId) 1172connectorEntityId = _currentEntityId; 1193contentEntityId = _currentEntityId; 1383if (e.ResString == SR.Xml_UnexpectedEOF && _currentEntityId != 0) 1412int csEntityId = _currentEntityId; 1421if (_validate && csEntityId != _currentEntityId) 1446if (_validate && csEntityId != _currentEntityId) 1455if (_validate && csEntityId != _currentEntityId) 2397int startQuoteEntityId = _currentEntityId; 2413if (_chars[_curPos] == quoteChar && _currentEntityId == startQuoteEntityId) 3318Debug.Assert(_currentEntityId == 0);
System\Xml\Schema\DtdParserAsync.cs (18)
174startTagEntityId = _currentEntityId; 207startTagEntityId = _currentEntityId; 213if (_validate && _currentEntityId != _condSectionEntityIds![_condSectionDepth]) 271if (_currentEntityId != startTagEntityId) 615int startParenEntityId = _currentEntityId; 683new ParseElementOnlyContent_LocalFrame(_currentEntityId); 717if (_validate && _currentEntityId != currentFrame.startParenEntityId) 771int contentEntityId = _currentEntityId; 779if (_validate && _currentEntityId != startParenEntityId) 803connectorEntityId = _currentEntityId; 824contentEntityId = _currentEntityId; 1004if (e.ResString == SR.Xml_UnexpectedEOF && _currentEntityId != 0) 1034int csEntityId = _currentEntityId; 1043if (_validate && csEntityId != _currentEntityId) 1068if (_validate && csEntityId != _currentEntityId) 1077if (_validate && csEntityId != _currentEntityId) 1843int startQuoteEntityId = _currentEntityId; 1859if (_chars[_curPos] == quoteChar && _currentEntityId == startQuoteEntityId)