3 references to Width
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNodeOrToken.cs (1)
894
internal int Width => _token?.Width ?? _nodeOrParent?.
Width
?? 0;
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (2)
1354
Debug.Assert(node.
Width
== 0);
1359
else if (node.IsMissing || node.HasErrors || node.
Width
== 0 || node.IsPartOfStructuredTrivia())