1 write to _readerAsIXmlSchemaInfo
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
1014_readerAsIXmlSchemaInfo = (IXmlSchemaInfo)reader;
7 references to _readerAsIXmlSchemaInfo
System.Private.Xml (7)
System\Xml\Core\XmlAsyncCheckReader.cs (7)
1023return _readerAsIXmlSchemaInfo.Validity; 1031return _readerAsIXmlSchemaInfo.IsDefault; 1039return _readerAsIXmlSchemaInfo.IsNil; 1047return _readerAsIXmlSchemaInfo.MemberType; 1055return _readerAsIXmlSchemaInfo.SchemaType; 1063return _readerAsIXmlSchemaInfo.SchemaElement; 1071return _readerAsIXmlSchemaInfo.SchemaAttribute;