3 writes to entityId
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
2669
_ps.
entityId
= 0;
2696
_ps.
entityId
= 0;
8216
_ps.
entityId
= _nextEntityId++;
17 references to entityId
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (17)
1474
_attributeValueBaseEntityId = _ps.
entityId
;
1479
if (_ps.
entityId
== _attributeValueBaseEntityId)
2631
entityId = _ps.
entityId
;
2645
newEntityId = _ps.
entityId
;
2856
while (_ps.
entityId
!= _attributeValueBaseEntityId)
5222
int attributeBaseEntityId = _ps.
entityId
;
5246
if (chars[pos] == quoteChar && attributeBaseEntityId == _ps.
entityId
)
5315
int enclosingEntityId = _ps.
entityId
;
5324
if (_parsingMode == ParsingMode.Full && _ps.
entityId
== attributeBaseEntityId)
5449
if (attributeBaseEntityId != _ps.
entityId
)
5463
if (attributeBaseEntityId == _ps.
entityId
)
6204
_curNode.entityId = _ps.
entityId
;
6212
_curNode.entityId = _ps.
entityId
;
6225
_curNode.entityId = _ps.
entityId
;
6253
if (_ps.
entityId
!= _nodes[_index].entityId)
6268
if (_ps.
entityId
!= _nodes[_index].entityId)
8199
_curNode.entityId = _ps.
entityId
;