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