4 references to PreserveWhitespace
Microsoft.CodeAnalysis.Features (4)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (4)
327state.PushStyle(TaggedTextStyle.Code | TaggedTextStyle.PreserveWhitespace); 387state.PushStyle(TaggedTextStyle.Code | TaggedTextStyle.PreserveWhitespace); 574if ((state.Style & TaggedTextStyle.PreserveWhitespace) == TaggedTextStyle.PreserveWhitespace)