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