diff --git a/src/InteractiveWindow/Editor/History.cs b/src/InteractiveWindow/Editor/History.cs index 44a3902602947af56aedd6e11358e2d66b76b293..6c1c5ef959bce5cdda3f2e0b41e48894c99c3cc3 100644 --- a/src/InteractiveWindow/Editor/History.cs +++ b/src/InteractiveWindow/Editor/History.cs @@ -146,6 +146,7 @@ internal void Add(SnapshotSpan span) } } } + internal Entry GetNext(string pattern) { var next = MoveNext(pattern);