8 references to TrimEachLine
Microsoft.CodeAnalysis.Workspaces (8)
Shared\Utilities\DocumentationComment.cs (8)
79/// Used for <see cref="CommentBuilder.TrimEachLine"/> method, to prevent new allocation of string 237_comment.ExampleText = TrimEachLine(reader.ReadInnerXml()); 241_comment.SummaryText = TrimEachLine(reader.ReadInnerXml()); 245_comment.ReturnsText = TrimEachLine(reader.ReadInnerXml()); 249_comment.ValueText = TrimEachLine(reader.ReadInnerXml()); 253_comment.RemarksText = TrimEachLine(reader.ReadInnerXml()); 263_comment._parameterTexts.Add(name, TrimEachLine(paramText)); 274_comment._typeParameterTexts.Add(name, TrimEachLine(typeParamText));