1 reference to CreateTextChanges
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractAggregatedFormattingResult.cs (1)
39
_lazyTextChanges = new CancellableLazy<IList<TextChange>>(
CreateTextChanges
);