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