1 write to _index
IdeCoreBenchmarks (1)
NavigateToRegexPreFilterBenchmarks.cs (1)
32
_index
= CreateIndex();
4 references to _index
IdeCoreBenchmarks (4)
NavigateToRegexPreFilterBenchmarks.cs (4)
74
public bool PreFilterSimple() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_simpleQuery);
77
public bool PreFilterAlternation() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_alternationQuery);
80
public bool PreFilterComplex() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_complexQuery);
83
public bool PreFilterNoMatch() =>
_index
.GetTestAccessor().RegexQueryCheckPasses(_noMatchQuery);