8 references to FullWidth
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRecordEngine.cs (1)
480.OrderBy(node => (node.FullWidth(), node.SpanStart));
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (2)
226var eofPosition = root.FullWidth(); 467if (position == root.FullWidth())
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\AbstractRefactoringHelpersService.cs (2)
377while (selectionNode != null && prevNode.FullWidth() == selectionNode.FullWidth());
Microsoft.CodeAnalysis.Workspaces (3)
Classification\SyntaxClassification\SyntacticChangeRangeComputer.cs (2)
98var oldRootWidth = oldRoot.FullWidth(); 99var newRootWidth = newRoot.FullWidth();
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
176if (position == root.FullWidth())