2 references to FormatAnnotatedNode
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.cs (2)
1095
document =
FormatAnnotatedNode
(document, annotation, new[] { _lineAdjustmentFormattingRule, _endRegionFormattingRule }, cancellationToken);
1135
document =
FormatAnnotatedNode
(document, annotation, additionalRules, cancellationToken);