3 references to NormalizedWidth
Microsoft.CodeAnalysis.Features (3)
Wrapping\ChainedExpression\ChainedExpressionCodeActionComputer.cs (3)
142
var position = _firstPeriodIndentationTrivia.FullSpan.Length +
NormalizedWidth
(firstChunk);
149
var wrapChunk = position +
NormalizedWidth
(chunk) >= wrappingColumn;
168
position +=
NormalizedWidth
(chunk);