8 writes to type
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
4740startTagNode.type = XmlNodeType.EndElement; 6306_curNode.type = XmlNodeType.EndEntity; 8681_curNode.type = XmlNodeType.Attribute; 9247_curNode.type = newNodeType;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (4)
489this.type = type; 520this.type = type; 528this.type = type; 547this.type = type;
46 references to type
dotnet-svcutil-lib (46)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (42)
874return _curNode.type; 976return _curNode.type == XmlNodeType.Attribute ? _curNode.quoteChar : '"'; 1192else if (_curNode.type != XmlNodeType.Attribute) 1278Debug.Assert(_curNode.type == XmlNodeType.Element); 1390switch (_curNode.type) 1402Debug.Assert(_curNode.type == XmlNodeType.EndElement); 1431if (_curNode.type != XmlNodeType.Attribute) 1500if (_curNode.type != XmlNodeType.EntityReference) 1640if (!XmlReader.CanReadContentAs(_curNode.type)) 1700if (!XmlReader.CanReadContentAs(_curNode.type)) 1759if (_curNode.type != XmlNodeType.Element) 1819if (_curNode.type != XmlNodeType.Element) 1849if (!XmlReader.HasValueInternal(_curNode.type)) 1851throw new InvalidOperationException(string.Format(ResXml.Xml_InvalidReadValueChunk, _curNode.type)); 2286if (_curNode.type != XmlNodeType.Element) 2323if (_curNode.type != XmlNodeType.Element) 2360if (_curNode.type != XmlNodeType.Element) 4137if (_fragmentType == XmlNodeType.None && _curNode.type == XmlNodeType.Text) 4336if (_index == 0 && _curNode.type != XmlNodeType.Element) 4347if (el.type != XmlNodeType.Element) 4545Debug.Assert(_curNode.type == XmlNodeType.Element); 4750if (startTag.type == XmlNodeType.Element) 4765Debug.Assert(startTag.type == XmlNodeType.EntityReference); 4837Debug.Assert(_curNode.type == XmlNodeType.Element); 4845Debug.Assert(_curNode.type == XmlNodeType.Element); 5090Debug.Assert(_curNode.type == XmlNodeType.Element); 5106if (at.type == XmlNodeType.Attribute && at.prefix.Length > 0) 6016if (_curNode.type != XmlNodeType.EndElement) 6018Throw(ResXml.Xml_InvalidNodeType, _curNode.type.ToString()); 6303Debug.Assert(_curNode.type == XmlNodeType.EntityReference); 7865Debug.Assert(attr.type == XmlNodeType.Attribute); 8679if (_curNode.type == XmlNodeType.None) 9027if (!XmlReader.IsTextualNode(_curNode.type)) 9043Debug.Assert(_curNode.type == XmlNodeType.Element); 9057if (_curNode.type != XmlNodeType.EndElement) 9059Throw(ResXml.Xml_InvalidNodeType, _curNode.type.ToString()); 9074switch (_curNode.type) 9246Debug.Assert(_curNode.type == XmlNodeType.Whitespace && newNodeType == XmlNodeType.SignificantWhitespace, "Incorrect node type change!"); 9426Debug.Assert(_nodes[_index].type == XmlNodeType.Element); 9444Debug.Assert(_nodes[_index].type == XmlNodeType.Element); 9579if (_curNode.type != XmlNodeType.EndElement) 9581throw new XmlException(ResXml.Xml_InvalidNodeType, _curNode.type.ToString(), this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (4)
431return type == XmlNodeType.Element && _isEmptyOrDefault; 435Debug.Assert(type == XmlNodeType.Element); 444return type == XmlNodeType.Attribute && _isEmptyOrDefault; 448Debug.Assert(type == XmlNodeType.Attribute);