6 references to FullWidth
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SyntaxTriviaExtensions.cs (1)
138return trivia.Sum(t => t.FullWidth());
TriviaDataFactory.Analyzer.cs (1)
156Debug.Assert(trivia.Width() == trivia.FullWidth());
Microsoft.CodeAnalysis.Features (3)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (3)
278? indentationTrivia.FullWidth() 279: _afterOpenTokenIndentationTrivia.FullWidth(); 304currentOffset = indentationTrivia.FullWidth() + item.Span.Length;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Formatting\Engine\Trivia\TriviaDataFactory.Analyzer.vb (1)
93Debug.Assert(trivia.Width = trivia.FullWidth)