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