1 write to _stressContainer
IdeCoreBenchmarks (1)
NavigateToPreFilterBenchmarks.cs (1)
41
_stressContainer
= CreateStressContainerIndex();
2 references to _stressContainer
IdeCoreBenchmarks (2)
NavigateToPreFilterBenchmarks.cs (2)
391
=>
_stressContainer
.CouldContainNavigateToMatch("Simple", "Foo.Bar") != PatternMatcherKind.None;
397
=>
_stressContainer
.CouldContainNavigateToMatch("Simple", "0Invalid.1Bad") != PatternMatcherKind.None;