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