2 writes to _cinfo
System.Private.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
165_cinfo = CultureInfo.CurrentCulture; 171_cinfo = new CultureInfo(lang);
4 references to _cinfo
System.Private.Xml (4)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (4)
201string? s1 = Convert.ToString(x, _cinfo); 202string? s2 = Convert.ToString(y, _cinfo); 203int result = _cinfo.CompareInfo.Compare(s1, s2, _caseOrder != XmlCaseOrder.None ? CompareOptions.IgnoreCase : CompareOptions.None); 212result = _cinfo.CompareInfo.Compare(s1, s2);