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