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)
203
if (_pendingLineBreak ||
_pendingParagraphBreak
)
223
if (
_pendingParagraphBreak
)