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