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