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