2 references to KMPSearch
Microsoft.NET.HostModel (2)
AppHost\BinaryUtils.cs (2)
25
int position =
KMPSearch
(searchPattern, bytes, accessor.Capacity);
80
return
KMPSearch
(searchPattern, (byte*)safeBuffer.DangerousGetHandle(), (int)safeBuffer.ByteLength);