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