2 references to StringCompareOptions
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (1)
2037return CultureInfo.CurrentCulture.CompareInfo.Compare(strA, strB, EntityUtil.StringCompareOptions);
System\Data\Common\FieldNameLookup.cs (1)
85index = LinearIndexOf(fieldName, EntityUtil.StringCompareOptions);