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