5 references to cmpStringStringE
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (5)
179if (cmpStringStringE(op, n1.Value, n2)) 209if (cmpStringStringE(op, n1, n2.Value)) 371return cmpStringStringE(op, n1, n2); 377return cmpStringStringE(op, n1, n2); 383return cmpStringStringE(op, n1, n2);