2 references to s_standardLineCountAroundViewportToTag
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AsynchronousViewportTaggerProvider.cs (1)
65if (extraLinesAroundViewportToTag > s_standardLineCountAroundViewportToTag)
Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs (1)
121var visibleSpanOpt = GetVisibleLinesSpan(textView, subjectBuffer, extraLines: s_standardLineCountAroundViewportToTag);