11 references to ApplyChange
Microsoft.CodeAnalysis.CodeStyle (11)
AbstractFormatEngine.cs (1)
298
=> ts.
ApplyChange
(tokenPairIndex, info);
AbstractFormatEngine.OperationApplier.cs (10)
76
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithSpace(indentation - endColumnOfPreviousToken, _context, _formattingRules));
103
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithSpace(space, _context, _formattingRules));
118
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithSpace(operation.Space, _context, _formattingRules));
141
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithSpace(space, _context, _formattingRules));
190
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithLine(operation.Line, indentation, _context, _formattingRules, cancellationToken));
207
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithLine(operation.Line, indentation, _context, _formattingRules, cancellationToken));
220
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithIndentation(indentation, _context, _formattingRules, cancellationToken));
358
_context.TokenStream.
ApplyChange
(
477
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithIndentation(indentation, _context, _formattingRules, cancellationToken));
577
_context.TokenStream.
ApplyChange
(pairIndex, triviaInfo.WithIndentation(indentation, _context, _formattingRules, cancellationToken));