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)
198
if (_pendingLineBreak ||
_pendingParagraphBreak
)
218
if (
_pendingParagraphBreak
)