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