3 writes to _pendingParagraphBreak
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
184_pendingParagraphBreak = true; 201_pendingParagraphBreak = true; 232_pendingParagraphBreak = false;
2 references to _pendingParagraphBreak
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
198if (_pendingLineBreak || _pendingParagraphBreak) 218if (_pendingParagraphBreak)