2 instantiations of FormatterState
Microsoft.CodeAnalysis.Features (2)
5 references to FormatterState
Microsoft.CodeAnalysis.Features (5)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (5)
276var state = new FormatterState();
297var state = new FormatterState() { SemanticModel = semanticModel, Position = position, Format = format, TypeResolutionSymbol = symbol };
310private static void AppendTextFromNode(FormatterState state, XNode node, Compilation compilation)
475private static void AppendTextFromAttribute(FormatterState state, XAttribute attribute, string attributeNameToParse, SymbolDisplayPartKind kind)
557private static void AppendTextFromTextNode(FormatterState state, XText element, bool replaceNewLineWithPara)