2 writes to _cinfo
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (2)
164_cinfo = CultureInfo.CurrentCulture; // System.Threading.Thread.CurrentThread.CurrentCulture; 170_cinfo = new CultureInfo(lang);
2 references to _cinfo
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (2)
200string s1 = Convert.ToString(x, _cinfo); 201string s2 = Convert.ToString(y, _cinfo);