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