19 references to CanReadContentAs
System.Xml (19)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
870if (!CanReadContentAs(this.NodeType)) {
System\Xml\Core\XmlReader.cs (1)
1370return CanReadContentAs(this.NodeType);
System\Xml\Core\XmlTextReaderImpl.cs (2)
1546if ( !XmlReader.CanReadContentAs( curNode.type ) ) { 1594if ( !XmlReader.CanReadContentAs( curNode.type ) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
393if ( !XmlReader.CanReadContentAs( curNode.type ) ) { 448if ( !XmlReader.CanReadContentAs( curNode.type ) ) {
System\Xml\Core\XsdValidatingReader.cs (10)
374if (!CanReadContentAs(this.NodeType)) { 383if (!CanReadContentAs(this.NodeType)) { 408if (!CanReadContentAs(this.NodeType)) { 433if (!CanReadContentAs(this.NodeType)) { 458if (!CanReadContentAs(this.NodeType)) { 483if (!CanReadContentAs(this.NodeType)) { 508if (!CanReadContentAs(this.NodeType)) { 533if (!CanReadContentAs(this.NodeType)) { 558if (!CanReadContentAs(this.NodeType)) { 583if (!CanReadContentAs(this.NodeType)) {
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
28if (!CanReadContentAs(this.NodeType)) { 37if (!CanReadContentAs(this.NodeType)) { 62if (!CanReadContentAs(this.NodeType)) {