7 references to IsReading
System.Xml (7)
System\Xml\XPath\XPathNavigatorReader.cs (7)
982
public virtual XmlSchemaValidity Validity { get { return
IsReading
? this.schemaInfo.Validity : XmlSchemaValidity.NotKnown; } }
983
public override bool IsDefault { get { return
IsReading
? this.schemaInfo.IsDefault : false; } }
984
public virtual bool IsNil { get { return
IsReading
? this.schemaInfo.IsNil : false; } }
985
public virtual XmlSchemaSimpleType MemberType { get { return
IsReading
? this.schemaInfo.MemberType : null; } }
986
public virtual XmlSchemaType SchemaType { get { return
IsReading
? this.schemaInfo.SchemaType : null; } }
987
public virtual XmlSchemaElement SchemaElement { get { return
IsReading
? this.schemaInfo.SchemaElement : null; } }
988
public virtual XmlSchemaAttribute SchemaAttribute { get { return
IsReading
? this.schemaInfo.SchemaAttribute : null; } }