5 references to _styleStack
Microsoft.CodeAnalysis.Features (5)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (5)
79_styleStack.Push(TaggedTextStyle.None); 97internal TaggedTextStyle Style => _styleStack.Peek(); 175=> _styleStack.Push(_styleStack.Peek() | style); 178=> _styleStack.Pop();