1 write to schemaInfo
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
121
this.
schemaInfo
= xsi;
7 references to schemaInfo
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (7)
1134
public virtual XmlSchemaValidity Validity { get { return IsReading ? this.
schemaInfo
.Validity : XmlSchemaValidity.NotKnown; } }
1135
public override bool IsDefault { get { return IsReading ? this.
schemaInfo
.IsDefault : false; } }
1136
public virtual bool IsNil { get { return IsReading ? this.
schemaInfo
.IsNil : false; } }
1137
public virtual XmlSchemaSimpleType MemberType { get { return IsReading ? this.
schemaInfo
.MemberType : null; } }
1138
public virtual XmlSchemaType SchemaType { get { return IsReading ? this.
schemaInfo
.SchemaType : null; } }
1139
public virtual XmlSchemaElement SchemaElement { get { return IsReading ? this.
schemaInfo
.SchemaElement : null; } }
1140
public virtual XmlSchemaAttribute SchemaAttribute { get { return IsReading ? this.
schemaInfo
.SchemaAttribute : null; } }