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