2 references to MaxPreviewText
Microsoft.CodeAnalysis.EditorFeatures (2)
Structure\AbstractStructureTaggerProvider.cs (2)
310if (span.Length > MaxPreviewText) 353var endIndex = span.Start + MaxPreviewText;