5 references to _styleStack
Microsoft.CodeAnalysis.Features (5)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (5)
80_styleStack.Push(TaggedTextStyle.None); 93internal TaggedTextStyle Style => _styleStack.Peek(); 171=> _styleStack.Push(_styleStack.Peek() | style); 174=> _styleStack.Pop();