2 overrides of WithIndentation
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.FormattedWhitespace.cs (1)
62
public override TriviaData
WithIndentation
(int indentation, FormattingContext context, ChainedFormattingRules formattingRules, CancellationToken cancellationToken)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.Whitespace.cs (1)
67
public override TriviaData
WithIndentation
(
2 references to WithIndentation
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (2)
261
var triviaInfo = context.TokenStream.GetTriviaDataAtBeginningOfTree().
WithIndentation
(0, context, _formattingRules, cancellationToken);
287
var triviaInfo = context.TokenStream.GetTriviaDataAtEndOfTree().
WithIndentation
(0, context, _formattingRules, cancellationToken);