2 instantiations of FormatterState
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
272var state = new FormatterState(); 297var state = new FormatterState()
6 references to FormatterState
Microsoft.CodeAnalysis.Features (6)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (6)
272var state = new FormatterState(); 297var state = new FormatterState() 317private static void AppendTextFromNode(FormatterState state, XNode node, Compilation compilation) 482private static void AppendTextFromAttribute(FormatterState state, XAttribute attribute, string attributeNameToParse, SymbolDisplayPartKind kind) 538string crefValue, FormatterState state) 571private static void AppendTextFromTextNode(FormatterState state, XText element, bool replaceNewLineWithPara)