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