53 references to DocumentType
dotnet-svcutil-lib (53)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
510case XmlNodeType.DocumentType: 827else if (XmlNodeType.DocumentType == _parentNodeType) 3165_nodetype = XmlNodeType.DocumentType;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
228case XmlNodeType.DocumentType: 304case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
79case XmlNodeType.DocumentType: 155case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (5)
1292case XmlNodeType.DocumentType: 1452Debug.Assert(0 == (s_isTextualNodeBitmap & (1 << (int)XmlNodeType.DocumentType))); 1479Debug.Assert(0 == (s_canReadContentAsBitmap & (1 << (int)XmlNodeType.DocumentType))); 1506Debug.Assert(0 != (s_hasValueBitmap & (1 << (int)XmlNodeType.DocumentType))); 2000case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
265case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
6856_curNode.SetNamedNode(XmlNodeType.DocumentType, _dtdInfo.Name.ToString(), string.Empty, null);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
1107case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
456case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1934case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
508case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (10)
291get { return (XmlDocumentType)FindChild(XmlNodeType.DocumentType); } 405case XmlNodeType.DocumentType: 476case XmlNodeType.DocumentType: 493return !HasNodeTypeInNextSiblings(XmlNodeType.DocumentType, refChild); 518case XmlNodeType.DocumentType: 527return !HasNodeTypeInNextSiblings(XmlNodeType.DocumentType, refChild.NextSibling); 706case XmlNodeType.DocumentType: 933case XmlNodeType.DocumentType: 1088case XmlNodeType.DocumentType: 1178return XmlNodeType.DocumentType;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (1)
59get { return XmlNodeType.DocumentType; }
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
223case XmlNodeType.DocumentType: 423Debug.Assert(_reader.NodeType == XmlNodeType.DocumentType);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (1)
1455case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (18)
110Debug.Assert(nt == XmlNodeType.XmlDeclaration || nt == XmlNodeType.DocumentType); 131Debug.Assert(_curNode.NodeType == XmlNodeType.XmlDeclaration || _curNode.NodeType == XmlNodeType.DocumentType); 208case XmlNodeType.DocumentType: 232Debug.Assert(_curNode.NodeType == XmlNodeType.XmlDeclaration || _curNode.NodeType == XmlNodeType.DocumentType); 236if (_curNode.Value != null || _curNode.NodeType == XmlNodeType.DocumentType) 252Debug.Assert(nt == XmlNodeType.XmlDeclaration || nt == XmlNodeType.DocumentType); 259if (nt == XmlNodeType.DocumentType) 342|| (_bOnAttrVal && nt != XmlNodeType.XmlDeclaration && nt != XmlNodeType.DocumentType)) 351else if (nt == XmlNodeType.DocumentType) 504case XmlNodeType.DocumentType: 529case XmlNodeType.DocumentType: 552case XmlNodeType.DocumentType: 586return (nt == XmlNodeType.XmlDeclaration || nt == XmlNodeType.DocumentType); 685else if (nt == XmlNodeType.DocumentType && namespaceURI.Length == 0) 723case XmlNodeType.DocumentType: 769else if (nt == XmlNodeType.DocumentType) 847case XmlNodeType.DocumentType: 1061Debug.Assert(_curNode.NodeType == XmlNodeType.XmlDeclaration || _curNode.NodeType == XmlNodeType.DocumentType);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
284case XmlNodeType.DocumentType:
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2207case XmlNodeType.DocumentType:
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
386case XmlNodeType.DocumentType: