2 references to maxDocCommentLength
Microsoft.DotNet.Arcade.Sdk (2)
src\GenerateResxSource.cs (2)
128
string docCommentString = value.Length >
maxDocCommentLength
? value.Substring(0,
maxDocCommentLength
) + " ..." : value;