2 references to 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 };