2 references to DocCommentLengthThreshold
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
527
if (commentString.Length >
DocCommentLengthThreshold
)
529
commentString = SR.GetString(SR.StringPropertyTruncatedComment, commentString.Substring(0,
DocCommentLengthThreshold
));