5 references to EqualsIgnoreCase
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Resolver\EncodedDomainName.cs (1)
44
if (!Ascii.
EqualsIgnoreCase
(Labels[i].Span, other.Labels[i].Span))
System.Net.NameResolution (1)
System\Net\DnsEncodedName.cs (1)
280
Ascii.
EqualsIgnoreCase
(label[..4], "xn--"u8);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (3)
179
/// <inheritdoc cref="
EqualsIgnoreCase
(ReadOnlySpan{byte}, ReadOnlySpan{byte})"/>
184
/// <inheritdoc cref="
EqualsIgnoreCase
(ReadOnlySpan{byte}, ReadOnlySpan{byte})"/>
188
/// <inheritdoc cref="
EqualsIgnoreCase
(ReadOnlySpan{byte}, ReadOnlySpan{byte})"/>