7 references to EqualsOrdinalIgnoreCase
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (1)
134return span.EqualsOrdinalIgnoreCase(target);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\RandomizedStringEqualityComparer.cs (1)
115return alternate.EqualsOrdinalIgnoreCase(other);
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1085if (subvalue.EqualsOrdinalIgnoreCase(enumNames[i]))
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (1)
65return EqualsOrdinalIgnoreCase(span, other);
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
970return typedSpan.EqualsOrdinalIgnoreCase(typedValue);
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (2)
397span.EqualsOrdinalIgnoreCase(target) : 544return span.EqualsOrdinalIgnoreCase(target);