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