3 references to SplitAny
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\PathTokenizer.cs (1)
87
foreach (var range in MemoryExtensions.
SplitAny
(_path, OSPath.DirectoryPathSeparators.Span))
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
5070
/// Unlike <see cref="
SplitAny
{T}(ReadOnlySpan{T}, ReadOnlySpan{T})"/>, the <paramref name="separators"/> is not checked for being empty.
5072
/// whereas <see cref="
SplitAny
{T}(ReadOnlySpan{T}, ReadOnlySpan{T})"/> will use all Unicode whitespace characters as separators if <paramref name="separators"/> is