5 references to FullWidth
Microsoft.CodeAnalysis.Workspaces (5)
Classification\SyntaxClassification\SyntacticChangeRangeComputer.cs (2)
98var oldRootWidth = oldRoot.FullWidth(); 99var newRootWidth = newRoot.FullWidth();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
176if (position == root.FullWidth())
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeRefactorings\AbstractRefactoringHelpersService.cs (2)
380while (selectionNode != null && prevNode.FullWidth() == selectionNode.FullWidth());