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