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)
202
if (_pendingLineBreak ||
_pendingParagraphBreak
)
222
if (
_pendingParagraphBreak
)