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