1 write to readerAsIXmlSchemaInfo
System.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
872readerAsIXmlSchemaInfo = (IXmlSchemaInfo)reader;
7 references to readerAsIXmlSchemaInfo
System.Xml (7)
System\Xml\Core\XmlAsyncCheckReader.cs (7)
880return readerAsIXmlSchemaInfo.Validity; 886return readerAsIXmlSchemaInfo.IsDefault; 892return readerAsIXmlSchemaInfo.IsNil; 898return readerAsIXmlSchemaInfo.MemberType; 904return readerAsIXmlSchemaInfo.SchemaType; 910return readerAsIXmlSchemaInfo.SchemaElement; 916return readerAsIXmlSchemaInfo.SchemaAttribute;