2 references to DocCommentLengthThreshold
System.Windows.Forms.Design (2)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (2)
652if (commentString.Length > DocCommentLengthThreshold) 654commentString = string.Format(SR.StringPropertyTruncatedComment, commentString[..DocCommentLengthThreshold]);