2 implementations of IResultMapper
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
1471
private readonly struct ContainsAnyResultMapper<T> :
IResultMapper
<T, bool>
1482
private readonly unsafe struct IndexOfAnyResultMapper<T> :
IResultMapper
<T, int>
3 references to IResultMapper
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (3)
290
where TResultMapper : struct,
IResultMapper
<short, TResult>
575
where TResultMapper : struct,
IResultMapper
<byte, TResult>
846
where TResultMapper : struct,
IResultMapper
<byte, TResult>