1 implementation of Format
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
269
public string
Format
(string rawXmlText, Compilation compilation = null)
7 references to Format
Microsoft.CodeAnalysis.Features (7)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (7)
40
docCommentFormattingService.
Format
(docComment.SummaryText),
63
docCommentFormattingService.
Format
(docComment.GetParameterText(parameterNames[i])),
87
docCommentFormattingService.
Format
(docComment.GetTypeParameterText(typeParameterNames[i])),
93
docCommentFormattingService.
Format
(docComment.ReturnsText),
98
docCommentFormattingService.
Format
(docComment.ValueText),
124
AddWrappedTextFromRawText(docCommentFormattingService.
Format
(rawExceptionTexts[j]), formattedCommentLinesBuilder);
130
docCommentFormattingService.
Format
(docComment.RemarksText),