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