3 writes to currentEntityId
System.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
3129currentEntityId = newEntityId; 3144if ( !readerAdapter.PopEntity( out oldEntity, out currentEntityId ) ) {
System\Xml\Schema\DtdParserAsync.cs (1)
2501currentEntityId = newEntityId;
37 references to currentEntityId
System.Xml (37)
System\Xml\Schema\DtdParser.cs (19)
514startTagEntityId = currentEntityId; 545startTagEntityId = currentEntityId; 551if ( validate && currentEntityId != condSectionEntityIds[condSectionDepth] ) { 601if ( currentEntityId != startTagEntityId ) { 937int startParenEntityId = currentEntityId; 1134new ParseElementOnlyContent_LocalFrame(currentEntityId); 1165if (validate && currentEntityId != currentFrame.startParenEntityId) { 1213int contentEntityId = currentEntityId; 1219if ( validate && currentEntityId != startParenEntityId ) { 1237connectorEntityId = currentEntityId; 1254contentEntityId = currentEntityId; 1436if ( e.ResString == Res.Xml_UnexpectedEOF && currentEntityId != 0 ) { 1460int csEntityId = currentEntityId; 1468if ( validate && csEntityId != currentEntityId ) { 1490if ( validate && csEntityId != currentEntityId ) { 1499if ( validate && csEntityId != currentEntityId ) { 2307int startQuoteEntityId = currentEntityId; 2334if ( chars[curPos] == quoteChar && currentEntityId == startQuoteEntityId ) { 3152Debug.Assert( currentEntityId == 0 );
System\Xml\Schema\DtdParserAsync.cs (18)
159startTagEntityId = currentEntityId; 190startTagEntityId = currentEntityId; 196if ( validate && currentEntityId != condSectionEntityIds[condSectionDepth] ) { 246if ( currentEntityId != startTagEntityId ) { 582int startParenEntityId = currentEntityId; 758new ParseElementOnlyContent_LocalFrame(currentEntityId); 789if (validate && currentEntityId != currentFrame.startParenEntityId) { 837int contentEntityId = currentEntityId; 843if ( validate && currentEntityId != startParenEntityId ) { 861connectorEntityId = currentEntityId; 878contentEntityId = currentEntityId; 1047if ( e.ResString == Res.Xml_UnexpectedEOF && currentEntityId != 0 ) { 1071int csEntityId = currentEntityId; 1079if ( validate && csEntityId != currentEntityId ) { 1101if ( validate && csEntityId != currentEntityId ) { 1110if ( validate && csEntityId != currentEntityId ) { 1764int startQuoteEntityId = currentEntityId; 1791if ( chars[curPos] == quoteChar && currentEntityId == startQuoteEntityId ) {