2 references to IndexOfPattern
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\CompilationEmitTests.cs (2)
5150
int firstMatch =
IndexOfPattern
(bytes, 0, pattern);
5152
int secondMatch =
IndexOfPattern
(bytes, firstMatch + 1, pattern);