2 instantiations of FormatterState
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
276var state = new FormatterState(); 297var state = new FormatterState() { SemanticModel = semanticModel, Position = position, Format = format, TypeResolutionSymbol = symbol };
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) 465private static void AppendTextFromAttribute(FormatterState state, XAttribute attribute, string attributeNameToParse, SymbolDisplayPartKind kind) 547private static void AppendTextFromTextNode(FormatterState state, XText element)