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