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