19 references to CanReadContentAs
System.Private.Xml (19)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
990if (!CanReadContentAs(this.NodeType))
System\Xml\Core\XmlReader.cs (1)
1438return CanReadContentAs(NodeType);
System\Xml\Core\XmlTextReaderImpl.cs (2)
1620if (!XmlReader.CanReadContentAs(_curNode.type)) 1667if (!XmlReader.CanReadContentAs(_curNode.type))
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
416if (!XmlReader.CanReadContentAs(_curNode.type)) 472if (!XmlReader.CanReadContentAs(_curNode.type))
System\Xml\Core\XsdValidatingReader.cs (10)
448if (!CanReadContentAs(this.NodeType)) 458if (!CanReadContentAs(this.NodeType)) 492if (!CanReadContentAs(this.NodeType)) 526if (!CanReadContentAs(this.NodeType)) 560if (!CanReadContentAs(this.NodeType)) 594if (!CanReadContentAs(this.NodeType)) 628if (!CanReadContentAs(this.NodeType)) 662if (!CanReadContentAs(this.NodeType)) 697if (!CanReadContentAs(this.NodeType)) 732if (!CanReadContentAs(this.NodeType))
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
33if (!CanReadContentAs(this.NodeType)) 43if (!CanReadContentAs(this.NodeType)) 77if (!CanReadContentAs(this.NodeType))