17 references to CanReadContentAs
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
1001if (!CanReadContentAs(this.NodeType))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1578return CanReadContentAs(this.NodeType);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
1640if (!XmlReader.CanReadContentAs(_curNode.type)) 1700if (!XmlReader.CanReadContentAs(_curNode.type))
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (10)
437if (!CanReadContentAs(this.NodeType)) 447if (!CanReadContentAs(this.NodeType)) 480if (!CanReadContentAs(this.NodeType)) 513if (!CanReadContentAs(this.NodeType)) 546if (!CanReadContentAs(this.NodeType)) 579if (!CanReadContentAs(this.NodeType)) 612if (!CanReadContentAs(this.NodeType)) 645if (!CanReadContentAs(this.NodeType)) 678if (!CanReadContentAs(this.NodeType)) 711if (!CanReadContentAs(this.NodeType))
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (3)
37if (!CanReadContentAs(this.NodeType)) 47if (!CanReadContentAs(this.NodeType)) 80if (!CanReadContentAs(this.NodeType))