2 writes to options
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlCollation.cs (2)
115
this.
options
= options;
335
this.
options
= new Options(reader.ReadInt32());
8 references to options
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\XmlCollation.cs (8)
304
this.
options
== that.
options
&&
309
int hashCode = this.
options
;
329
writer.Write(this.
options
);
336
this.compops =
options
.CompareOptions;
344
get { return this.
options
.UpperFirst; }
348
get { return this.
options
.EmptyGreatest; }
352
get { return this.
options
.DescendingOrder; }