2 writes to _currentEntityId
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
3367_currentEntityId = newEntityId; 3384if (!_readerAdapter.PopEntity(out oldEntity, out _currentEntityId))
19 references to _currentEntityId
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (19)
542startTagEntityId = _currentEntityId; 575startTagEntityId = _currentEntityId; 581if (_validate && _currentEntityId != _condSectionEntityIds[_condSectionDepth]) 639if (_currentEntityId != startTagEntityId) 983int startParenEntityId = _currentEntityId; 1064new ParseElementOnlyContent_LocalFrame(_currentEntityId); 1098if (_validate && _currentEntityId != currentFrame.startParenEntityId) 1152int contentEntityId = _currentEntityId; 1160if (_validate && _currentEntityId != startParenEntityId) 1184connectorEntityId = _currentEntityId; 1205contentEntityId = _currentEntityId; 1407if (e.ResString == ResXml.Xml_UnexpectedEOF && _currentEntityId != 0) 1436int csEntityId = _currentEntityId; 1445if (_validate && csEntityId != _currentEntityId) 1470if (_validate && csEntityId != _currentEntityId) 1479if (_validate && csEntityId != _currentEntityId) 2422int startQuoteEntityId = _currentEntityId; 2441if (_chars[_curPos] == quoteChar && _currentEntityId == startQuoteEntityId) 3394Debug.Assert(_currentEntityId == 0);