4 references to Width
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
127if (valueText.Length != token.Width())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
76nextToken.Width() <= 0)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (2)
226if (token.Width() <= 0 || operationTokens.IsEmpty()) 360if (token.RawKind == 0 || token.Width() <= 0)