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