3 writes to _pendingParagraphBreak
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
188_pendingParagraphBreak = true; 205_pendingParagraphBreak = true; 236_pendingParagraphBreak = false;
2 references to _pendingParagraphBreak
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
202if (_pendingLineBreak || _pendingParagraphBreak) 222if (_pendingParagraphBreak)