5 references to StartsWith
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\CookieComparer.cs (1)
28
internal static ReadOnlySpan<char> StripLeadingDot(ReadOnlySpan<char> s) => s.
StartsWith
('.') ? s[1..] : s;
System.Net.Primitives (1)
src\libraries\Common\src\System\Net\CookieComparer.cs (1)
28
internal static ReadOnlySpan<char> StripLeadingDot(ReadOnlySpan<char> s) => s.
StartsWith
('.') ? s[1..] : s;
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (1)
171
internal static bool IsNameHidden(ReadOnlySpan<char> fileName) => fileName.
StartsWith
('.');
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (1)
134
return path.
StartsWith
(PathInternal.DirectorySeparatorChar);
System.Security.Cryptography (1)
System\Security\Cryptography\Helpers.cs (1)
94
if (s.
StartsWith
('\u200E'))