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