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