3 writes to _pendingParagraphBreak
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
189_pendingParagraphBreak = true; 206_pendingParagraphBreak = true; 237_pendingParagraphBreak = false;
2 references to _pendingParagraphBreak
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
203if (_pendingLineBreak || _pendingParagraphBreak) 223if (_pendingParagraphBreak)