5 references to PushStyle
Microsoft.CodeAnalysis.Features (5)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (5)
366state.PushStyle(TaggedTextStyle.Code); 371state.PushStyle(TaggedTextStyle.Code | TaggedTextStyle.PreserveWhitespace); 376state.PushStyle(TaggedTextStyle.Emphasis); 381state.PushStyle(TaggedTextStyle.Strong); 386state.PushStyle(TaggedTextStyle.Underline);