1 write to _firstPeriodIndentationTrivia
Microsoft.CodeAnalysis.Features (1)
Wrapping\ChainedExpression\ChainedExpressionCodeActionComputer.cs (1)
84
_firstPeriodIndentationTrivia
= new SyntaxTriviaList(generator.Whitespace(
2 references to _firstPeriodIndentationTrivia
Microsoft.CodeAnalysis.Features (2)
Wrapping\ChainedExpression\ChainedExpressionCodeActionComputer.cs (2)
137
var indentationTrivia = align ?
_firstPeriodIndentationTrivia
: await _smartIndentTrivia.GetValueAsync(cancellationToken).ConfigureAwait(false);
142
var position =
_firstPeriodIndentationTrivia
.FullSpan.Length + NormalizedWidth(firstChunk);