4 references to FullWidth
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNode.cs (2)
987if (parent == null || parent.FullWidth != node.FullWidth) break;
Syntax\SyntaxNodeOrToken.cs (1)
896internal int FullWidth => _token?.FullWidth ?? _nodeOrParent?.FullWidth ?? 0;
Microsoft.CodeAnalysis.CSharp (1)
Parser\Blender.cs (1)
122var lastCharIndex = oldTree.FullWidth - 1;