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