2 writes to schemaInfo
System.Private.Xml (2)
System\Xml\XPath\XPathNavigatorReader.cs (2)
116
this.
schemaInfo
= xsi;
1123
schemaInfo
= xsi;
7 references to schemaInfo
System.Private.Xml (7)
System\Xml\XPath\XPathNavigatorReader.cs (7)
1130
public XmlSchemaValidity Validity { get { return IsReading ? this.
schemaInfo
!.Validity : XmlSchemaValidity.NotKnown; } }
1131
public override bool IsDefault { get { return IsReading ? this.
schemaInfo
!.IsDefault : false; } }
1132
public bool IsNil { get { return IsReading ? this.
schemaInfo
!.IsNil : false; } }
1133
public XmlSchemaSimpleType? MemberType { get { return IsReading ? this.
schemaInfo
!.MemberType : null; } }
1134
public XmlSchemaType? SchemaType { get { return IsReading ? this.
schemaInfo
!.SchemaType : null; } }
1135
public XmlSchemaElement? SchemaElement { get { return IsReading ? this.
schemaInfo
!.SchemaElement : null; } }
1136
public XmlSchemaAttribute? SchemaAttribute { get { return IsReading ? this.
schemaInfo
!.SchemaAttribute : null; } }