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