3 references to PreserveWhitespace
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
370
state.PushStyle(TaggedTextStyle.Code | TaggedTextStyle.
PreserveWhitespace
);
550
if ((state.Style & TaggedTextStyle.
PreserveWhitespace
) == TaggedTextStyle.
PreserveWhitespace
)