8 references to TrimEachLine
Microsoft.CodeAnalysis.Workspaces (8)
Shared\Utilities\DocumentationComment.cs (8)
77/// Used for <see cref="CommentBuilder.TrimEachLine"/> method, to prevent new allocation of string 235_comment.ExampleText = TrimEachLine(reader.ReadInnerXml()); 239_comment.SummaryText = TrimEachLine(reader.ReadInnerXml()); 243_comment.ReturnsText = TrimEachLine(reader.ReadInnerXml()); 247_comment.ValueText = TrimEachLine(reader.ReadInnerXml()); 251_comment.RemarksText = TrimEachLine(reader.ReadInnerXml()); 261_comment._parameterTexts.Add(name, TrimEachLine(paramText)); 272_comment._typeParameterTexts.Add(name, TrimEachLine(typeParamText));