1 write to _index
IdeCoreBenchmarks (1)
NavigateToRegexPreFilterBenchmarks.cs (1)
32_index = CreateIndex();
7 references to _index
IdeCoreBenchmarks (7)
NavigateToRegexPreFilterBenchmarks.cs (7)
74public bool PreFilterSimple() => _index.GetTestAccessor().RegexQueryCheckPasses(_simpleQuery); 77public bool PreFilterAlternation() => _index.GetTestAccessor().RegexQueryCheckPasses(_alternationQuery); 80public bool PreFilterComplex() => _index.GetTestAccessor().RegexQueryCheckPasses(_complexQuery); 83public bool PreFilterNoMatch() => _index.GetTestAccessor().RegexQueryCheckPasses(_noMatchQuery); 92public bool NgramCheckShort() => _index.GetTestAccessor().NgramCheckPasses("read"); 95public bool NgramCheckLong() => _index.GetTestAccessor().NgramCheckPasses("readline"); 98public bool NgramCheckNoMatch() => _index.GetTestAccessor().NgramCheckPasses("xyzwvq");