1 write to isStrict
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
490this.isStrict = isStrict;
3 references to isStrict
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
529Debug.Assert((object) this == (object) Create(this.code, this.isStrict), "Unknown type"); 530writer.Write(this.isStrict); 589get { return this.isStrict; }