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));