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