4 writes to value
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlCollation.cs (4)
55this.value = value; 64this.value |= flag; 66this.value &= ~flag; 96this.value = (this.value & Mask) | (int)value;
4 references to value
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlCollation.cs (4)
59return (this.value & flag) != 0; 92return (CompareOptions)(value & ~Mask); 96this.value = (this.value & Mask) | (int)value; 101return options.value;