3 references to FullWidth
Microsoft.CodeAnalysis (3)
Syntax\SyntaxNode.cs (2)
983
if (parent == null || parent.
FullWidth
!= node.
FullWidth
) break;
Syntax\SyntaxNodeOrToken.cs (1)
895
internal int FullWidth => _token?.FullWidth ?? _nodeOrParent?.
FullWidth
?? 0;