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)
1023
return
_readerAsIXmlSchemaInfo
.Validity;
1031
return
_readerAsIXmlSchemaInfo
.IsDefault;
1039
return
_readerAsIXmlSchemaInfo
.IsNil;
1047
return
_readerAsIXmlSchemaInfo
.MemberType;
1055
return
_readerAsIXmlSchemaInfo
.SchemaType;
1063
return
_readerAsIXmlSchemaInfo
.SchemaElement;
1071
return
_readerAsIXmlSchemaInfo
.SchemaAttribute;