2 writes to cinfo
System.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
134this.cinfo = System.Threading.Thread.CurrentThread.CurrentCulture; 137this.cinfo = new CultureInfo(lang);
4 references to cinfo
System.Xml (4)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (4)
161string s1 = Convert.ToString(x, this.cinfo); 162string s2 = Convert.ToString(y, this.cinfo); 163int result = string.Compare(s1, s2, /*ignoreCase:*/ this.caseOrder != XmlCaseOrder.None, this.cinfo); 172result = string.Compare(s1, s2, /*ignoreCase:*/ false, this.cinfo);