28 references to EndEntity
dotnet-svcutil-lib (28)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (1)
488
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (1)
405
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (6)
829
case XmlNodeType.
EndEntity
:
1458
Debug.Assert(0 == (s_isTextualNodeBitmap & (1 << (int)XmlNodeType.
EndEntity
)));
1485
Debug.Assert(0 != (s_canReadContentAsBitmap & (1 << (int)XmlNodeType.
EndEntity
)));
1512
Debug.Assert(0 == (s_hasValueBitmap & (1 << (int)XmlNodeType.
EndEntity
)));
1634
case XmlNodeType.
EndEntity
:
1985
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (2)
188
case XmlNodeType.
EndEntity
:
377
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
6291
_curNode.SetNamedNode(XmlNodeType.
EndEntity
, _lastEntity.Name);
6306
_curNode.type = XmlNodeType.
EndEntity
;
9089
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (4)
175
case XmlNodeType.
EndEntity
:
335
case XmlNodeType.
EndEntity
:
367
while (_reader.Read() && _reader.NodeType != XmlNodeType.
EndEntity
)
510
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
201
case XmlNodeType.
EndEntity
:
1106
nt = XmlNodeType.
EndEntity
;
1578
&& (_nodeType != XmlNodeType.
EndEntity
)
1601
_nodeType = XmlNodeType.
EndEntity
;
1621
_nodeType = XmlNodeType.
EndEntity
;
1689
_nodeType = XmlNodeType.
EndEntity
;
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (2)
315
case XmlNodeType.
EndEntity
:
463
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
291
case XmlNodeType.
EndEntity
:
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2205
case XmlNodeType.
EndEntity
:
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
359
case XmlNodeType.
EndEntity
: